feat: add configurable acr/amr claims
Some checks are pending
Cadoles/hydra-werther/pipeline/pr-develop Build started...
Some checks are pending
Cadoles/hydra-werther/pipeline/pr-develop Build started...
This commit is contained in:
@ -125,7 +125,19 @@ WERTHER_LDAP_ROLE_BASEDN=ou=groups,dc=myorg,dc=com
|
||||
# [required]
|
||||
|
||||
# WERTHER_INSECURE_SKIP_VERIFY=
|
||||
# [description] Disable TLS verification on Hydra connection
|
||||
# [type] True or False
|
||||
# [default] false
|
||||
# [required]
|
||||
# [description] Disable TLS verification on Hydra connection
|
||||
# [type] True or False
|
||||
# [default] false
|
||||
# [required]
|
||||
|
||||
# WERTHER_IDENTP_AMR=
|
||||
# [description] Authentication Method Reference Values
|
||||
# [type] Comma-separated list of String
|
||||
# [default]
|
||||
# [required] false
|
||||
|
||||
# WERTHER_IDENTP_ACR=
|
||||
# [description] Authentication Context Class Reference
|
||||
# [type] String
|
||||
# [default]
|
||||
# [required] false
|
Reference in New Issue
Block a user