Skip to content

Commit

Permalink
Update clientid and clientsecret to client_id and client_secret
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrhakr committed Mar 2, 2024
1 parent e178642 commit 1af71b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample-config-advanced.json
Original file line number Diff line number Diff line change
Expand Up @@ -524,8 +524,8 @@
"end_session_endpoint": "https://sso.server.com/logout"
},
"client": {
"clientid": "00000000-0000-0000-0000-000000000000",
"clientsecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
"client_id": "00000000-0000-0000-0000-000000000000",
"client_secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
},
"groups": {
"required": [ "groupA", "groupB", "groupC" ],
Expand Down

0 comments on commit 1af71b2

Please sign in to comment.