oauth2-azure icon indicating copy to clipboard operation
oauth2-azure copied to clipboard

Azure AD provider for the OAuth 2.0 Client.

Results 73 oauth2-azure issues
Sort by recently updated
recently updated
newest added

Been having a spot of bother with using oauth2-azure against league/oauth2-client 2.8.1; the scope option isn't getting passed on correctly. This was working until I updated, and the crux of...

In the example code of the README the scope property is defined as string, but it must be an array. Invalid code: `$provider->scope = 'openid profile email offline_access ' ....

New ID tokens provide them, when profile or email scopes are requested , and they are useful in some context.