-
Notifications
You must be signed in to change notification settings - Fork 3
Add Asgardeo for the tutorials #40
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds Asgardeo-specific instructions to the existing Whoami and Todo Manager tutorials, guiding users through Asgardeo configuration for user info retrieval, client registration, API resources, scopes, and RBAC.
- Added new
<TabItem value="asgardeo">
sections in both tutorials for Asgardeo integration. - Included step-by-step guides for client registration, scope configuration, and role setup in the Asgardeo Console.
- Updated links and notes to reflect Asgardeo’s signup and console URLs.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 7 comments.
File | Description |
---|---|
docs/tutorials/whoami/README.mdx | Inserted Asgardeo tabs for userinfo endpoint and client setup. |
docs/tutorials/todo-manager/README.mdx | Added Asgardeo sections for API resource/scopes config and client registration. |
Comments suppressed due to low confidence (1)
docs/tutorials/whoami/README.mdx:70
- [nitpick] Indentation on this closing
</TabItem>
has an extra leading space. Align it with other closing tags for consistency.
</TabItem>
3525a59
to
a79dcce
Compare
ab2eca8
to
0676356
Compare
Hi @VivekVinushanth , I just rebased your branch with the latest codes.
|
Hi @xiaoyijun apologies for the delay in responding. Have addressed the comments. Can you please check and let me know how I can be of help to get this added to your documents ? |
Add Asgardeo-specific guide for configuring API resources, scopes, and RBAC to support tutorials.