Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OidcImplicitService is a simple ImplicitGrantService extension which enforces OIDC specific constraints and adds IdToken to the client response. To include the idToken, you should may need to add a IdTokenProvider implementation to OidcImplicitService.

...

OidcHybridService supports Hybrid Flow by delegating to both OidcImplicitService and OidcAuthorizationCodeService. To include the idToken, you should you may need to add a IdTokenProvider implementation to OidcHybridService.

...