feat: more customization options
This commit is contained in:
@ -73,6 +73,21 @@ hydra_saml_app_description: Authentification via SAML
|
||||
hydra_saml_app_icon_url:
|
||||
hydra_saml_idp_entity_id: https://samltest.id/saml/idp
|
||||
hydra_saml_idp_metadata_url: https://samltest.id/saml/idp
|
||||
hydra_saml_allowed_redirects: []
|
||||
|
||||
hydra_saml_subject_header: subject-id
|
||||
hydra_saml_headers_attributes_mapping:
|
||||
- header: mail
|
||||
attribute: email
|
||||
required: true
|
||||
|
||||
saml_attributes:
|
||||
- id: uid
|
||||
name: urn:oid:0.9.2342.19200300.100.1.1
|
||||
nameFormat: urn:oasis:names:tc:SAML:2.0:attrname-format:uri
|
||||
- id: mail
|
||||
name: urn:oid:0.9.2342.19200300.100.1.3
|
||||
nameFormat: urn:oasis:names:tc:SAML:2.0:attrname-format:uri
|
||||
|
||||
# OIDC Test configuration
|
||||
|
||||
|
Reference in New Issue
Block a user