Описание
Dorvis Auth allows your WordPress users to log in using the Dorvis OIDC provider. It supports the Authorization Code Flow for secure authentication.
Features:
* «Authenticate with Dorvis» button on the login form.
* Automatic user creation based on Personal Code.
* Maps First Name and Last Name from OIDC claims.
* Configurable Client ID, Secret, Issuer URI and Redirect URI via Settings.
Privacy
Установка
- Upload the
dorvis_authfolder to the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Go to Settings > Dorvis Auth.
- Enter your Client ID and Client Secret.
- Set the Redirect URI (must match your Dorvis OIDC configuration).
- Save changes.
Часто задаваемые вопросы
-
Where do I get my Client ID?
-
You must contact Dorvis support or use the demo credentials provided in the documentation.
-
What claims are mapped?
-
The plugin maps
person_codeto the username, andgiven_name/family_nameto the user’s name fields.
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«Dorvis Auth» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Dorvis Auth» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
0.1.0
- Added PKCE, state and nonce protection to the authorization request.
- Added callback handling with state verification.
- Added ID token validation, discovery caching and logout.
0.0.2
- Added settings page.
- Improved user mapping logic.
0.0.1
- Initial release.