yii2-authclient icon indicating copy to clipboard operation
yii2-authclient copied to clipboard

Yii 2 authclient extension.

Results 26 yii2-authclient issues
Sort by recently updated
recently updated
newest added

### 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',...

type:bug
status:ready for adoption

| 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...

type:enhancement
status:ready for adoption

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...

type:enhancement
status:ready for adoption

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...

type:bug

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'...

type:docs

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?...

type:bug
status:to be verified

| Q | A | ------------- | --- | Is bugfix? | no | New feature? | yes | Breaks BC? | no | Tests pass? | yes usage example...

pr:request for unit tests

Please, return OpenID support. Still there are service that has only this type of authentication - Steam

type:enhancement