Answer the question
In order to leave comments, you need to log in
How to properly configure url for authclient in Yii2?
Hello!
The essence of the problem is this... I
installed this extension https://github.com/yiisoft/yii2-authclient
I
added my authorization client and configured it according to the instructions.
I got this config
'components' => [
'authClientCollection' => [
'class' => \yii\authclient\Collection::class,
'httpClient' => [
'responseConfig' => [
'format' => 'json',
]
],
'clients' => [
'my-client' => [
'class' => \yii\authclient\OpenIdConnect,
.........
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question