GitHub user snoopdave opened a pull request:
https://github.com/apache/usergrid/pull/484
Simplify Central SSO
DO NOT MERGE REVIEW PURPOSES ONLY
Instead of requiring that clients first validate tokens obtained from an
external "Central SSO" system, when Usergrid is configured for using Central
SSO, it should attempt to verify any unknown token itself.
This is implemented by moving the validate external token logic from the
ManagementResource and into the TokenService.
https://issues.apache.org/jira/browse/USERGRID-1267
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/snoopdave/usergrid usergrid-1267-simplify-csso
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/usergrid/pull/484.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #484
----
commit bd544367ad6f5aa397fa3ab50b560ebab9588726
Author: Dave Johnson <[email protected]>
Date: 2016-02-16T17:42:59Z
Simplify Central SSO by eliminating the external token end-point
https://issues.apache.org/jira/browse/USERGRID-1267
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---