make userID configurable

This commit is contained in:
cappyzawa
2019-05-24 12:51:42 +09:00
parent 59560c9919
commit 9650836851
3 changed files with 247 additions and 13 deletions

View File

@@ -66,6 +66,12 @@ connectors:
# all the claims requested.
# https://openid.net/specs/openid-connect-core-1_0.html#UserInfo
# getUserInfo: true
# The set claim is used as user id.
# Default: sub
# Claims list at https://openid.net/specs/openid-connect-core-1_0.html#Claims
#
# userIdKey: nickname
```
[oidc-doc]: openid-connect.md