fix: when audience parameter is set overwrite the default.

This commit is contained in:
Felix Dubrownik
2023-05-31 08:50:46 +02:00
parent 1bb24d6a96
commit c8a78cbd80
4 changed files with 15 additions and 5 deletions

View File

@ -171,6 +171,16 @@ session:
# The JWT will be transmitted via the X-Auth-Token header. Enable during cross-domain operations.
#
enable_auth_token_header: false
## audience ##
#
# Audience optional []string containing strings which get put into the aud claim. If not set default to Webauthn.RelyingParty.Id config parameter.
#
audience:
## issuer ##
#
# optional string to be used in the jwt iss claim.
#
issuer:
password:
## enabled ##
#