Merge "Keystone: Keep default auth methods in OpenIDC Federation"
This commit is contained in:
commit
2cc51db0f5
@ -12,7 +12,7 @@
|
|||||||
parameter_defaults:
|
parameter_defaults:
|
||||||
# A list of methods used for authentication.
|
# A list of methods used for authentication.
|
||||||
# Type: comma_delimited_list
|
# Type: comma_delimited_list
|
||||||
KeystoneAuthMethods: password,token,openid
|
KeystoneAuthMethods: external,password,token,oauth1,mapped,application_credential,openid
|
||||||
|
|
||||||
# The client ID to use when handshaking with your OpenID Connect provider
|
# The client ID to use when handshaking with your OpenID Connect provider
|
||||||
# Type: string
|
# Type: string
|
||||||
|
@ -29,7 +29,7 @@ environments:
|
|||||||
KeystoneOpenIdcEnable: True
|
KeystoneOpenIdcEnable: True
|
||||||
KeystoneOpenIdcEnableOAuth: True
|
KeystoneOpenIdcEnableOAuth: True
|
||||||
WebSSOEnable: True
|
WebSSOEnable: True
|
||||||
KeystoneAuthMethods: 'password,token,openid'
|
KeystoneAuthMethods: external,password,token,oauth1,mapped,application_credential,openid
|
||||||
KeystoneTrustedDashboards: 'https://dashboard.example.test/dashboard/auth/websso/'
|
KeystoneTrustedDashboards: 'https://dashboard.example.test/dashboard/auth/websso/'
|
||||||
KeystoneOpenIdcIdpName: 'myidp'
|
KeystoneOpenIdcIdpName: 'myidp'
|
||||||
KeystoneOpenIdcProviderMetadataUrl: 'https://myidp.example.test/auth/realms/openstack/.well-known/openid-configuration'
|
KeystoneOpenIdcProviderMetadataUrl: 'https://myidp.example.test/auth/realms/openstack/.well-known/openid-configuration'
|
||||||
|
Loading…
Reference in New Issue
Block a user