Download the PHP package worteks/yii2auth-oidc without Composer
On this page you can find all versions of the php package worteks/yii2auth-oidc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download worteks/yii2auth-oidc
More information about worteks/yii2auth-oidc
Files in worteks/yii2auth-oidc
Download worteks/yii2auth-oidc
More information about worteks/yii2auth-oidc
Files in worteks/yii2auth-oidc
Vendor worteks
Package yii2auth-oidc
Short Description OIDC connector for yii2-authclient
License MIT
Homepage http://github.com/Worteks/yii2auth-oidc
Package yii2auth-oidc
Short Description OIDC connector for yii2-authclient
License MIT
Homepage http://github.com/Worteks/yii2auth-oidc
Please rate this library. Is it a good library?
Informations about the package yii2auth-oidc
worteks/yii2auth-oidc
This extension adds OIDC support for yii2-authclient.
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require
section of your composer.json.
Usage
You must read the yii2-authclient docs
Set up an OpenID Provider (OP) and configure your Yii2 app as a Relying Party (RP) on your Authentication Server.
Example application configuration:
Configuration | Mandatory | Default to | Description |
---|---|---|---|
domain | yes | URL of your authentication server | |
clientId | yes | Your client id | |
clientSecret | yes | Your client secret | |
authUrl | no | '/oauth2/authorize' | Authorization Endpoint |
tokenUrl | no | '/oauth2/token' | Token Endpoint |
apiBaseUrl | no | '/oauth2' | Base for Userinfo Endpoint |
userInfoUrl | no | 'userinfo' | Userinfo Endpoint |
scope | yes | 'openid profile email' | What access privileges are being requested |
defaultName | no | Yii auth client id | Auth service name to use in DB record, CSS |
defaultTitle | no | Yii auth client id | Auth service title to display in views |
All versions of yii2auth-oidc with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2-authclient Version
~2.1
The package worteks/yii2auth-oidc contains the following files
Loading the files please wait ....