[ 
https://issues.apache.org/jira/browse/USERGRID-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15148977#comment-15148977
 ] 

ASF GitHub Bot commented on USERGRID-1267:
------------------------------------------

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

----


> Simplify Central SSO: eliminate ext token validation end-point
> --------------------------------------------------------------
>
>                 Key: USERGRID-1267
>                 URL: https://issues.apache.org/jira/browse/USERGRID-1267
>             Project: Usergrid
>          Issue Type: Story
>          Components: Stack
>            Reporter: David Johnson
>            Assignee: David Johnson
>
> 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 can be implemented by moving the validate external token logic from the 
> ManagementResource and into the TokenService.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to