Uses of Interface
net.shibboleth.oidc.profile.config.OIDCProfileConfiguration
-
Packages that use OIDCProfileConfiguration Package Description net.shibboleth.oidc.profile.config Profile configurations related to OIDC functionality.net.shibboleth.oidc.profile.oauth2.config OAuth2 profile configurations. -
-
Uses of OIDCProfileConfiguration in net.shibboleth.oidc.profile.config
Classes in net.shibboleth.oidc.profile.config that implement OIDCProfileConfiguration Modifier and Type Class Description classAbstractOIDCSSOConfigurationBase class for profiles that support OIDC's concept of SSO, which spans multiple endpoints.classOIDCAuthorizationConfigurationProfile configuration for the OpenID Connect authorization endpoint.classOIDCProviderInformationConfigurationProfile configuration for the OpenID Connect Provider Configuration.classOIDCPublishKeySetConfigurationProfile configuration for publishing OP key set. -
Uses of OIDCProfileConfiguration in net.shibboleth.oidc.profile.oauth2.config
Classes in net.shibboleth.oidc.profile.oauth2.config that implement OIDCProfileConfiguration Modifier and Type Class Description classOAuth2TokenConfigurationOIDC-aware OAuth 2 token endpoint profile configuration.
-