-
Notifications
You must be signed in to change notification settings - Fork 138
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 documentation for the Token Creation Service #569
base: main
Are you sure you want to change the base?
Conversation
Introduced a new reference page explaining the ITokenCreationService in IdentityServer. It details the default implementation, custom use cases, and recommendations for extending the service. This serves as a guide for customizing token creation logic in IdentityServer. #253
Azure Static Web Apps: Your stage site is ready! Visit it here: https://happy-ocean-048b8e60f-569.eastus2.azurestaticapps.net |
IdentityServer/v7/docs/content/reference/services/token_creation_service.md
Outdated
Show resolved
Hide resolved
IdentityServer/v7/docs/content/reference/services/token_creation_service.md
Outdated
Show resolved
Hide resolved
…on_service.md Co-authored-by: Joe DeCock <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://happy-ocean-048b8e60f-569.eastus2.azurestaticapps.net |
Updated the documentation to provide clearer guidance on modifying tokens, outlined recommended alternatives to *ITokenCreationService*, and emphasized best practices for extending its functionality. Reworded and improved sections for better readability and precision.
Added a missing comma in the warning notice for improved readability. This ensures the documentation maintains clarity and adheres to proper grammatical standards.
Azure Static Web Apps: Your stage site is ready! Visit it here: https://happy-ocean-048b8e60f-569.eastus2.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://happy-ocean-048b8e60f-569.eastus2.azurestaticapps.net |
Introduced a new reference page explaining the ITokenCreationService in IdentityServer. It details the default implementation, custom use cases, and recommendations for extending the service. This serves as a guide for customizing token creation logic in IdentityServer.
#253