Skip to content

Commit

Permalink
🐞 Documentation: OIDC config is using wrongly named private_config
Browse files Browse the repository at this point in the history
…vs `private_info` field

Parent issue: sequentech/meta#659
  • Loading branch information
edulix committed Mar 6, 2024
1 parent 3c537d8 commit 8ac3fc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"jwks_uri": "https://www.googleapis.com/oauth2/v3/certs",
"logout_uri": "https://accounts.google.com/o/oauth2/v2/auth_logout"
},
"private_config": {
"private_info": {
"client_secret": "<CLIENT_SECRET>"
}
}
Expand Down

0 comments on commit 8ac3fc8

Please sign in to comment.