remove oidc example config
This commit is contained in:
parent
deddb2659e
commit
a6d3ca25e6
@ -1958,33 +1958,6 @@ saml2_config:
|
|||||||
# use 'oidc' for the idp_id to ensure that existing users continue to be
|
# use 'oidc' for the idp_id to ensure that existing users continue to be
|
||||||
# recognised.)
|
# recognised.)
|
||||||
#
|
#
|
||||||
#oidc_providers:
|
|
||||||
# Generic example
|
|
||||||
#
|
|
||||||
#- idp_id: my_idp
|
|
||||||
# idp_name: "My OpenID provider"
|
|
||||||
# idp_icon: "mxc://example.com/mediaid"
|
|
||||||
# discover: false
|
|
||||||
# issuer: "https://accounts.example.com/"
|
|
||||||
# client_id: "provided-by-your-issuer"
|
|
||||||
# client_secret: "provided-by-your-issuer"
|
|
||||||
# client_auth_method: client_secret_post
|
|
||||||
# scopes: ["openid", "profile"]
|
|
||||||
# authorization_endpoint: "https://accounts.example.com/oauth2/auth"
|
|
||||||
# token_endpoint: "https://accounts.example.com/oauth2/token"
|
|
||||||
# userinfo_endpoint: "https://accounts.example.com/userinfo"
|
|
||||||
# jwks_uri: "https://accounts.example.com/.well-known/jwks.json"
|
|
||||||
# skip_verification: true
|
|
||||||
# user_mapping_provider:
|
|
||||||
# config:
|
|
||||||
# subject_claim: "id"
|
|
||||||
# localpart_template: "{{ user.login }}"
|
|
||||||
# display_name_template: "{{ user.name }}"
|
|
||||||
# email_template: "{{ user.email }}"
|
|
||||||
# attribute_requirements:
|
|
||||||
# - attribute: userGroup
|
|
||||||
# value: "synapseUsers"
|
|
||||||
|
|
||||||
oidc_providers:
|
oidc_providers:
|
||||||
- idp_id: keycloak
|
- idp_id: keycloak
|
||||||
idp_name: "{{getenv "OIDC_NAME" }}"
|
idp_name: "{{getenv "OIDC_NAME" }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user