Versions Compared

Key

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

...

OidcHybridService supports Hybrid Flow by delegating to both OidcImplicitService and OidcAuthorizationCodeService. In order to return an id_token, the OidcHybridService should be configured as follows:

...

UserInfo Endpoint

UserInfoService returns UserInfo. It checks UserInfoProvider first, next - OidcUserSubject, and finally it defaults to converting the existing IdToken to UserInfo.

...