mirror of
https://github.com/teamhanko/hanko.git
synced 2025-11-02 06:37:32 +08:00
fix: when audience parameter is set overwrite the default.
This commit is contained in:
@ -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 ##
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user