oidc-1.0.0-alpha2/config/schema/oidc.settings.schema.yml
config/schema/oidc.settings.schema.yml
oidc.settings:
type: config_object
label: OpenID Connect Client settings
mapping:
generic_realms:
type: sequence
label: IDs of the generic realms
login_path:
type: path
label: Path of the replacement login page
nullable: true
redirect_403:
type: boolean
label: Redirect a 403 response to the login path
disable_user_routes:
type: boolean
label: Disable some user account routes
