You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please help me to use your librairie ?
After authentificate on the provider, all the scope are NULL like openid, profile and email. But I've got no message, no warning.
How can I trace the execution of the code ? I'm beginner in OIDC...
Thanks.
The text was updated successfully, but these errors were encountered:
$oidc->addScope(array('openid', 'profile', 'email')); -< this line adds scopes
Don't forget you need to set access_token to $_SESSION and check is it expired and if it is expired user refreshToken method to get the new access token. If refresh_token is expired use authenticate method again for full re auth
Hello,
Could you please help me to use your librairie ?
After authentificate on the provider, all the scope are NULL like openid, profile and email. But I've got no message, no warning.
How can I trace the execution of the code ? I'm beginner in OIDC...
Thanks.
The text was updated successfully, but these errors were encountered: