Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Quick Start for M2M application #5850

Merged
merged 28 commits into from
Apr 16, 2024
Merged

Add Quick Start for M2M application #5850

merged 28 commits into from
Apr 16, 2024

Conversation

asha15
Copy link
Contributor

@asha15 asha15 commented Mar 29, 2024

Purpose

$subject

Screenshot from 2024-03-28 15-09-11

Related Issues

  • Issue #1 or (None)

Related PRs

  • Related PR #1 or (None)

Checklist

  • e2e cypress tests locally verified.
  • Manual test round performed and verified.
  • UX/UI review done on the final implementation.
  • Documentation provided. (Add links if there are any)
  • Unit tests provided. (Add links if there are any)
  • Integration tests provided. (Add links if there are any)

Security checks

@CLAassistant
Copy link

CLAassistant commented Mar 29, 2024

CLA assistant check
All committers have signed the CLA.

.changeset/lovely-rabbits-attack.md Show resolved Hide resolved
m2m: {
configurations: {
clientSecret: {
hint: "The OAuth 2.0 Client Secret valid at the authorization server."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's get this text reviewed by the doc team.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@divyaamunugama Could you please check this.

@divyaamunugama
Copy link
Contributor

UI string suggestions:

Description

A Machine-to-Machine Application operates independently, interacting with an API without requiring user input. It uses the client credentials grant flow to obtain an access token for authorized API access.

Hint texts for fields:

  • Client ID: The Client ID generated when registering the application in Asgardeo.
  • Client Secret: The Client Secret generated when registering the application in Asgardeo.
  • Token Endpoint: The token endpoint of Asgardeo.
  • Scope: The list of OIDC scopes that are used by the application for requesting information from Asgardeo.
  • Token Request: The API request used by the application to obtain an access token from Asgardeo.

@pavinduLakshan pavinduLakshan dismissed their stale review April 8, 2024 13:45

Approved by mistake :/

@wso2-jenkins-bot
Copy link
Contributor

🦋 Changeset detected

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

@asha15 asha15 merged commit c18d16f into wso2:master Apr 16, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants