Changeset 2031619
- Timestamp:
- 02/15/2019 05:13:38 PM (7 years ago)
- Location:
- identity-plus/trunk
- Files:
-
- 3 edited
-
identity-plus.php (modified) (1 diff)
-
lib/identity_plus/Identity_Plus_API.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
identity-plus/trunk/identity-plus.php
r1933272 r2031619 5 5 Plugin URI: https://wordpress.org/plugins/identity-plus 6 6 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. 27 Version: 1.6.3 8 8 Author: Identity + 9 9 Author URI: http://identity.plus -
identity-plus/trunk/lib/identity_plus/Identity_Plus_API.php
r1933272 r2031619 63 63 class Identity_Plus_API { 64 64 const api_endpoint = "https://api.identity.plus/v1"; 65 const validation_endpoint = "https:// get.identity.plus";65 const validation_endpoint = "https://signon.identity.plus"; 66 66 // const api_endpoint = "https://dev-api.identity.plus:8443/v1"; 67 67 // const validation_endpoint = "https://my.dev.identity.plus:8443"; -
identity-plus/trunk/readme.txt
r1933272 r2031619 82 82 == Changelog == 83 83 84 == 1.6.3 == 85 Moved 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 87 If 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 84 89 == 1.6.2 == 85 90 Minor bug fix
Note: See TracChangeset
for help on using the changeset viewer.