This commit is contained in:
Livio Amstutz 2020-11-26 16:12:27 +01:00
parent 24120554e5
commit 36800145d6
5 changed files with 18 additions and 18 deletions

View file

@ -300,7 +300,7 @@ func (c *ConfClient) IsScopeAllowed(scope string) bool {
return false
}
func (c *ConfClient) UserInfoInIDToken() bool {
func (c *ConfClient) IDTokenUserinfoClaimsAssertion() bool {
return false
}