Changeset 2320031
- Timestamp:
- 06/08/2020 08:19:09 AM (6 years ago)
- Location:
- login-using-cidaas/trunk
- Files:
-
- 3 edited
-
login-using-cidaas.php (modified) (1 diff)
-
readme.md (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
login-using-cidaas/trunk/login-using-cidaas.php
r2318084 r2320031 2 2 /* 3 3 Plugin Name: Login using Cidaas 4 Plugin URI: 5 Description: Enhance your login experience with social login like Google, FB, as well as explore options of SSO, passwordless, all while being secure and compliant to world standards4 Plugin URI: https://www.cidaas.com/wordpress/ 5 Description: Striking the perfect balance between security and comfort - unique user identification and the highest level of security 6 6 Version: 1.0.0 7 7 Author: cidaas by Widas ID GmbH -
login-using-cidaas/trunk/readme.md
r2316356 r2320031 1 # Cidaas for Wordpress 1 === Login using cidaas === 2 2 3 Contributors : gopimallela 4 Tested up to: 5.4.1 5 Tags: Single Sign On, SSO, Login, Authentication, Authorization, CIAM, OpenID Connect, OIDC, OAuth, OAuth 2.0 6 Stable tag: trunk 3 7 License: GPLv2 or later 4 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 5 9 6 Enhance your login experience with social login like Google, FB, as well as explore options of SSO, passwordless, all while being secure and compliant to world standards 7 10 Striking the perfect balance between security and comfort - unique user identification and the highest level of security 8 11 9 12 == Description == -
login-using-cidaas/trunk/readme.txt
r2318074 r2320031 1 # Login using Cidaas 1 === Login using cidaas === 2 2 3 3 Contributors : gopimallela 4 4 Tested up to: 5.4.1 5 Tags: Single Sign On, SSO, Login, Authentication, Authorization, CIAM, OpenID Connect, OIDC, OAuth, OAuth 2.0 5 6 Stable tag: trunk 6 7 License: GPLv2 or later 7 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 9 9 Enhance your login experience with social login like Google, FB, as well as explore options of SSO, passwordless, all while being secure and compliant to world standards 10 10 Striking the perfect balance between security and comfort - unique user identification and the highest level of security 11 11 12 12 == Description == 13 13 14 This plugin allows to authenticate users against Cidaas identity server with Authorization Code Flow. 15 Once installed, it can be configured to automatically authenticate users (SSO), or provide a "Login with Cidaas" 16 button on the login form. After consent has been obtained, an existing user is automatically logged into WordPress, while 17 new users are created in WordPress database. 14 The perfect identity platform to manage customers, partners and employees, [cidaas](https://www.cidaas.com) lets you intelligently take care of identities securely without compromising on user experience. cidaas stands for "Cloud Identity and Access Management System" and delivers an out-of-the-box solution for standardized Identity Management and Access Control. The cidaas software offers Scalability, Security, Transparency & Flexibility and supports seamless integration into your existing software. 18 15 16 The appearance of the cidaas User Interfaces (e.g. login), including language, authentication and authorization settings, can be configured in cidaas Admin UI. In cidaas you have the option to: 17 - select from more than 14 different *authentication options* 18 - enable *Multi-Factor-Authentication* to increase security or fulfill regulatory requirements 19 - configure *Consent Management* (for GDPR compliance) 20 - enable Social Logins (e.g. Facebook, Google, Sign in with Apple) 21 - allow *passwordless authentication* 22 - and more 23 24 [https://www.youtube.com/watch?v=wUP4xV-RxCY] 25 26 == Technical Notes == 27 28 This plugin is using the OpenID Connect and OAuth 2.0 protocol to integrate cidaas, in particlar the Authorizaton Code Flow. The authentication and authorization are implemented through cidaas. After a successful authentication, the user information is stored in the Wordpress database. **Only the user information is stored in Wordpress, no authentication details (e.g. passwords) are transmitted**. 29 30 After configuring the plugin, you can integrate cidaas with a shortcode [cidaas_login_button] 19 31 20 32 == Installation == 21 33 22 1. Upload to the `/wp-content/plugins/` directory or Download it from plugin repository 23 1. Activate the plugin 24 1. Visit Settings > Cidaas and configure to meet your needs 34 To use this plugin you need a cidaas plan, all detais about our free and paid plans you can find on the [cidaas pricing page](https://www.cidaas.com/pricing-packages/) 25 35 26 For more information on installation visit : 27 36 You can find an installation guide in our [docs](https://docs.cidaas.de/plugin/cidaas_for_wordpress.html) 28 37 29 38 == Frequently Asked Questions == … … 31 40 = What is the client's Redirect URI? = 32 41 33 The Cidaas servers will require whitelisting a set of redirect URIs for security purposes. The Redirect URI provided34 by this client is like so: https://example.com/wp-admin/admin-ajax.php?action=openid-connect-authorize42 cidaas requires a whitelisting of a set of redirect URIs for security purposes. The Redirect URI used 43 by this plugin looks like this: https://example.com/wp-admin/admin-ajax.php?action=openid-connect-authorize 35 44 36 45 Replace `example.com` with your domain name and path to WordPress. 37 46 47 = What social login providers do you provide and how can they be activated? = 38 48 49 cidaas provides many different social login providers. Select the providers that fits best to your use cases and configure them in cidaas. A list of social login providers and how to configure them can be found in the [cidaas documentation](https://docs.cidaas.de/configuration-settings/social-providers.html) 50 51 = How can I customize the cidaas User Interfaces? = 52 53 The cidaas User Interfaces are managed with the *Hosted Pages* concept. All cidaas user interfaces can be fully customized, for more information see the [Hosted Pages documentation](https://docs.cidaas.de/configuration-settings/hosted-pages.html) 54
Note: See TracChangeset
for help on using the changeset viewer.