Plugin Directory

Changeset 2031619


Ignore:
Timestamp:
02/15/2019 05:13:38 PM (7 years ago)
Author:
shfarr
Message:

moving to version 1.6.3

Location:
identity-plus/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • identity-plus/trunk/identity-plus.php

    r1933272 r2031619  
    55   Plugin URI: https://wordpress.org/plugins/identity-plus
    66   Description: Connect your WordPress with Identity + and enable invisible 2 factor authentication, secured SSO, SSL Client Certificate based access on select pages and join the Identity + network of trust where devices and people are anonymousely rated based on how they behave.
    7    Version: 1.6.2
     7   Version: 1.6.3
    88   Author: Identity +
    99   Author URI: http://identity.plus
  • identity-plus/trunk/lib/identity_plus/Identity_Plus_API.php

    r1933272 r2031619  
    6363class Identity_Plus_API {
    6464    const api_endpoint = "https://api.identity.plus/v1";
    65     const validation_endpoint = "https://get.identity.plus";
     65    const validation_endpoint = "https://signon.identity.plus";
    6666    // const api_endpoint = "https://dev-api.identity.plus:8443/v1";
    6767    // const validation_endpoint = "https://my.dev.identity.plus:8443";
  • identity-plus/trunk/readme.txt

    r1933272 r2031619  
    8282== Changelog ==
    8383
     84== 1.6.3 ==
     85Moved the legacy certificate validation endpoint from https://get.identity.plus to https://signon.identity.plus. The get endpoint will now exclussively handle the certificate issuing and installation process.
     86
     87If you encounter problems while using legacy redirect and you land on get. subdomain, simply click the "back to single sign on" link to return to original flow. Please update your plugin to avoid this behavior. Sorry for the inconvenience.
     88
    8489== 1.6.2 ==
    8590Minor bug fix
Note: See TracChangeset for help on using the changeset viewer.