Class OidcServicesProperties

java.lang.Object
org.apereo.cas.configuration.model.support.oidc.OidcServicesProperties
All Implemented Interfaces:
Serializable

@RequiresModule(name="cas-server-support-oidc") public class OidcServicesProperties extends Object implements Serializable
Since:
7.0.0
See Also:
  • Constructor Details

    • OidcServicesProperties

      public OidcServicesProperties()
  • Method Details

    • getDefaults

      public Map<String,String> getDefaults()
      Control the default, initial values for fields that are part of a OIDC service definition. This is defined as a map where the key is the field name (i.e. signIdToken) and the value should be the default value. If a service definition explicitly defines a value for a field, that value will take over and the default defined here will be ignored. If a service definition does not define a value for a field and no defaults are specified for that field, then the default value that is directly assigned to the field in the body of the service definition will take over.