yii2-authclient
yii2-authclient copied to clipboard
Yii 2 authclient extension.
### What steps will reproduce the problem? Hello. Im developing an SSO for school / work email for microsoft. the problem is login.live.com is not redirecting me to login.microsoftonline.com. I...
### What steps will reproduce the problem? I setup an OAuth2 client in my config as following (censored unncessary data): ```php 'clients' => [ 'xxx' => [ 'name' => 'xxx',...
| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues | #325
Hi. I have one unique OIDC authentication client with my humhub installation, and this will not change in the future. Thus, displaying the regular signin form is useless for me...
I suggest reading the groups a user belongs to from a `group` claim in the user JWT. There is currently no standard around a OIDC `group` claim, but this can...
Refreshing token for second time fails when using `\yii\authclient\clients\Google`. ### What steps will reproduce the problem? 1. Authenticate with google asking for offline (persistent) access. This will require following parameters...
In main.php set-up the attributes to session cookie. The sameSite attibute to **strict**: ```php 'session' => [ 'class' => 'yii\web\CacheSession', 'name' => 'mysession', 'timeout' => 86400, 'useCookies' => true, 'cookieParams'...
This is issue about getting custom data after facebook auth. My goal is to pass additional params to AuthAction::successCallback() (for example affiliate code) ### What steps will reproduce the problem?...
| Q | A | ------------- | --- | Is bugfix? | no | New feature? | yes | Breaks BC? | no | Tests pass? | yes usage example...
Please, return OpenID support. Still there are service that has only this type of authentication - Steam