We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Remove Components section and OAuthCallbackHandler link from sidebar
Add EnableSilentAuthorizationCodeFlow option and update redirect URI in documentation
Add Microsoft Graph sample documentation and update Samples index
Enhance documentation for default scopes in AuthorityOptions class, emphasizing runtime scope requests and best practices for minimal configuration.
Fix formatting in Getting Tokens sample documentation for ITokenService reference
Add Getting Tokens sample documentation and update Samples index
Add reminder to complete the Getting Started section before using the sample
Add signing in and signing out sample documentation and update links in Samples
Update documentation: reorganize sections for clarity and add new "Configuring Different Token Stores" guide
Enhance documentation for application registration: add detailed steps for configuring Microsoft Entra ID and link to relevant guide.
Update configuration example in Getting Started guide: change metadata URI to discovery document URI and add note about Microsoft Entra External ID tenant.
Rename Scope Sorter Service to Scope Analyzer Service and update documentation to reflect new responsibilities and functionality for analyzing and classifying OAuth scopes.
Add Redirect Uri Provider Service documentation: outline responsibilities, members, default implementation, usage notes, and references for OAuth 2.0 flows.
Add Code Challenge Service documentation: outline responsibilities, members, usage, default implementation, exceptions, and references for PKCE in OAuth 2.0 flows.
Enhance documentation for various services: expand descriptions, responsibilities, members, and usage notes for Authentication State Notifier, Authorization Code Failure Notifier, Authorization Code Processor, Authorization Code Provider, Endpoint Service, Token Refresher, and introduce HTTP Service.
Enhance documentation for Property Store: add detailed descriptions of responsibilities, members, behavioral notes, implementations, usage guidance, and references
Destroyed Getting Started (markdown)
Enhance documentation: add details for Refresh Token Store, including responsibilities, members, implementations, usage notes, and references
Refactor Authentication Service documentation: simplify member method signatures for clarity
Enhance documentation: expand service descriptions for Authentication, Http Request Factory, Scope Sorter, Token Store, and introduce Endpoint and Refresh Token Store services
Enhance documentation: add Token Service details and introduce Token Refresher service interface
Add IHttpRequestFactory service interface and update Services documentation
Merge branch 'master' of https://github.com/Blazorade/Blazorade-Id.wiki
Enhance Services documentation: add detailed descriptions for core services and create service interface pages
Updated Getting Started (markdown)
Created Getting Started (markdown)
Update _Sidebar.md: add Components and Configuration sections with links to OAuthCallbackHandler and Entra ID Application Registration
Add OAuthCallbackHandler and EntraAppReg configuration documentation
Enhance Configuration-AuthorityOptions.md: add details on authorization, token, and end session endpoints, and emphasize the use of DocumentDiscoveryUri
Enhance Home.md: refine introduction, clarify on-demand token acquisition, and expand use cases for Blazorade ID