grav-plugin-login-oauth2
grav-plugin-login-oauth2 copied to clipboard
OAuth2 Client Plugin to integrate with Grav's Login
In most places I can add custom OpenID configurations and with that connect to my Authentik instance. Is this possible with this plugin? (Or with any other Grav plugin.)
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 2.4.3 to 2.5.0. Release notes Sourced from guzzlehttp/psr7's releases. 2.5.0 See change log for changes. 2.4.5 See change log for changes. 2.4.4 See change log for changes....
We have the use case where only a single provider is needed. We want to skip the provider's button and directly redirect to the provider. We have added an option...
Hi there Thanks for your consideration. This is the link for Keycloak support via the League/oauth2-client -> https://github.com/stevenmaguire/oauth2-keycloak
I would like to bring your attention on https://github.com/stephan-strate/grav-plugin-logger-channels/issues/4 - `grav-plugin-login-oauth2 : guzzlehttp/guzzle : 6.5.4, GuzzleHttp::choose_handler()` - `grav-plugin-logger-channels : guzzlehttp/guzzle : 7.2.0, GuzzleHttp\Utils::chooseHandler()` Both do `return require __DIR__ . '/vendor/autoload.php';`...
`hd` parameters allow to limit allowed users to those belonging to **one** specific GSuite domain (other values like `*` or `unset` allow every user). This is done by `vendor/league/oauth2-google/src/Provider/Google.php::assertMatchingDomain()` which...
The option to use a LinkedIn login is present but does not appear to be very happy. The scope needs to be set to r_liteprofile not r_basicprofile for the authorisation,...
I wish to retrieve the groups/organizations from the OAuth2 provider (e.g. Github) and add (map) these to the Grav user's groups. How can we achieve this? I found that `Readme.md`...
The grav-plugin-login-oauth2 plugin allows oauth2 login to be configured for admin users. 1) Is there a way the addon plugins like oauth2-slack, oauth2-discord, oauth2-apple and oath2-auth0 can be configured to...
I have this set up and running implementing the Auth0 plugin. When the user logs in and a user is created in Grav, it is not given the appropriate group...