Class OicServerWellKnownConfiguration

All Implemented Interfaces:
ExtensionPoint, Describable<OicServerConfiguration>, Serializable

public class OicServerWellKnownConfiguration extends OicServerConfiguration
See Also:
  • Constructor Details

    • OicServerWellKnownConfiguration

      @DataBoundConstructor public OicServerWellKnownConfiguration(String wellKnownOpenIDConfigurationUrl)
  • Method Details

    • setScopesOverride

      @DataBoundSetter public void setScopesOverride(String scopesOverride)
    • getScopesOverride

      public String getScopesOverride()
    • getWellKnownOpenIDConfigurationUrl

      public String getWellKnownOpenIDConfigurationUrl()
    • toProviderMetadata

      public com.nimbusds.openid.connect.sdk.op.OIDCProviderMetadata toProviderMetadata()
      Obtain the provider configuration from the configured well known URL if it has not yet been obtained or requires a refresh.
      Specified by:
      toProviderMetadata in class OicServerConfiguration