Download the PHP package kronos/oauth2-providers without Composer
On this page you can find all versions of the php package kronos/oauth2-providers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kronos/oauth2-providers
More information about kronos/oauth2-providers
Files in kronos/oauth2-providers
Package oauth2-providers
Short Description Kronos OAuth2 providers for https://github.com/thephpleague/oauth2-client
License MIT
Homepage https://github.com/kronostechnologies/oauth2-providers
Informations about the package oauth2-providers
oauth2-providers
Equisoft OAuth2 providers for https://github.com/thephpleague/oauth2-client
- Auth0
- Microsoft
- OpenId
Note for the Microsoft provider
The Microsoft provider is able to connect to both version 1 and 2 of the Identity Platform (Azure). To use a specific version, the provider must be instantiated with the appropriate option:
Also, for the email
claim to be available in the Resource Owner, the optional email
scope must
be included. It can be added using the scopes
option during instanciation, or it can be part of
the options passed during subsequent token requests
(https://docs.microsoft.com/en-us/azure/active-directory/develop/id-tokens).
For additional configuration options, check the documentation of the provider:
All versions of oauth2-providers with dependencies
league/oauth2-client Version ^2.7.0
league/oauth2-google Version ^4.0.1
firebase/php-jwt Version ^6.5.0
guzzlehttp/psr7 Version ^2.5.0
thenetworg/oauth2-azure Version ^2.1