Plugin Directory

Changeset 2320031


Ignore:
Timestamp:
06/08/2020 08:19:09 AM (6 years ago)
Author:
gopimallela
Message:

Updates in Readme

Location:
login-using-cidaas/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • login-using-cidaas/trunk/login-using-cidaas.php

    r2318084 r2320031  
    22/*
    33Plugin 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 standards
     4Plugin URI: https://www.cidaas.com/wordpress/
     5Description: Striking the perfect balance between security and comfort - unique user identification and the highest level of security
    66Version: 1.0.0
    77Author: cidaas by Widas ID GmbH
  • login-using-cidaas/trunk/readme.md

    r2316356 r2320031  
    1 # Cidaas for Wordpress
     1=== Login using cidaas ===
    22
     3Contributors : gopimallela
     4Tested up to: 5.4.1
     5Tags: Single Sign On, SSO, Login, Authentication, Authorization, CIAM, OpenID Connect, OIDC, OAuth, OAuth 2.0
     6Stable tag: trunk
    37License: GPLv2 or later
    48License URI: http://www.gnu.org/licenses/gpl-2.0.html
    59
    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 
     10Striking the perfect balance between security and comfort - unique user identification and the highest level of security
    811
    912== Description ==
  • login-using-cidaas/trunk/readme.txt

    r2318074 r2320031  
    1 # Login using Cidaas
     1=== Login using cidaas ===
    22
    33Contributors : gopimallela
    44Tested up to: 5.4.1
     5Tags: Single Sign On, SSO, Login, Authentication, Authorization, CIAM, OpenID Connect, OIDC, OAuth, OAuth 2.0
    56Stable tag: trunk
    67License: GPLv2 or later
    78License URI: http://www.gnu.org/licenses/gpl-2.0.html
    89
    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 
     10Striking the perfect balance between security and comfort - unique user identification and the highest level of security
    1111
    1212== Description ==
    1313
    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.
     14The 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.
    1815
     16The 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
     28This 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
     30After configuring the plugin, you can integrate cidaas with a shortcode [cidaas_login_button]
    1931
    2032== Installation ==
    2133
    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
     34To 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/)
    2535
    26 For more information on installation visit :
    27 
     36You can find an installation guide in our [docs](https://docs.cidaas.de/plugin/cidaas_for_wordpress.html)
    2837
    2938== Frequently Asked Questions ==
     
    3140= What is the client's Redirect URI? =
    3241
    33 The Cidaas servers will require whitelisting a set of redirect URIs for security purposes. The Redirect URI provided
    34 by this client is like so:  https://example.com/wp-admin/admin-ajax.php?action=openid-connect-authorize
     42cidaas requires a whitelisting of a set of redirect URIs for security purposes. The Redirect URI used
     43by this plugin looks like this:  https://example.com/wp-admin/admin-ajax.php?action=openid-connect-authorize
    3544
    3645Replace `example.com` with your domain name and path to WordPress.
    3746
     47= What social login providers do you provide and how can they be activated? =
    3848
     49cidaas 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
     53The 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.