Skip to content

Commit 6214b41

Browse files
authored
add sub_hash_salt to the example OIDC frontend configuration
1 parent 24a7651 commit 6214b41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/plugins/frontends/openid_connect_frontend.yaml.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ config:
44
signing_key_path: frontend.key
55
db_uri: mongodb://db.example.com # optional: only support MongoDB, will default to in-memory storage if not specified
66
client_db_path: /path/to/your/cdb.json
7+
sub_hash_salt: randomSALTvalue # if not specified, it is randomly generated on every startup
78
provider:
89
client_registration_supported: Yes
910
response_types_supported: ["code", "id_token token"]

0 commit comments

Comments
 (0)