Works for me with some settings and replacing a line of code
-
Line 97 replace:
$this->ep_userinfo . ‘?access_token=’ . $token_response[‘access_token’],
with:
$this->ep_userinfo . ‘?schema=openid&access_token=’ . $token_response[‘access_token’],In the settings for the plugin:
Identity key needs to be set to ‘sub’ (without quotes) for my IdP, and the regex *needs to be set*, and between single quotes.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Works for me with some settings and replacing a line of code’ is closed to new replies.