[JBoss JIRA] (AGOVA-52) Support to programmatically control callback URL pr auth request

16 views
Skip to first unread message

Aslak Knutsen (JIRA)

unread,
Aug 15, 2013, 11:21:26 AM8/15/13
to agora...@googlegroups.com
Issue Type: Feature Request Feature Request
Affects Versions: 0.6.1
Assignee: Antoine Sabot-Durand
Components: Core API, Core impl
Created: 15/Aug/13 11:19 AM
Description:

When a User attempts to login from URL x/y/z within the application, Agorava will send a URL to the auth service with a application scoped callback URL.

It would be useful define a dynamic callback URL; e.g. return the User to where he attempted to login from (referer)

Possible API could be:

  service.getAuthorizationUrl(URL callbackURL)

That would allow you to programmatically pr AUth Request setup the callback:

response.sendRedirect(
  service.getAuthorizationUrl(
    request.getHeader("referer")
  )
);
Project: Agorava
Priority: Major Major
Reporter: Aslak Knutsen
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Aslak Knutsen (JIRA)

unread,
Aug 15, 2013, 11:23:26 AM8/15/13
to agora...@googlegroups.com
Aslak Knutsen commented on Feature Request AGOVA-52

A workaround for this today is to Store the Referer in Session before doing the Auth Redirect. Then Read from Session when the callback comes back from the Auth Service and redirect again to the original Referer.

Antoine Sabot-Durand (JIRA)

unread,
Oct 9, 2013, 11:53:02 AM10/9/13
to agora...@googlegroups.com

Antoine Sabot-Durand (JIRA)

unread,
Nov 10, 2013, 7:19:05 PM11/10/13
to agora...@googlegroups.com
Antoine Sabot-Durand started work on Feature Request AGOVA-52
Change By: Antoine Sabot-Durand (10/Nov/13 7:19 PM)
Status: Open Coding In Progress

Antoine Sabot-Durand (JIRA)

unread,
Nov 10, 2013, 7:22:06 PM11/10/13
to agora...@googlegroups.com
Antoine Sabot-Durand stopped work on Feature Request AGOVA-52
Change By: Antoine Sabot-Durand (10/Nov/13 7:21 PM)
Status: Coding In Progress Open

Antoine Sabot-Durand (JIRA)

unread,
Nov 12, 2013, 6:54:06 AM11/12/13
to agora...@googlegroups.com
Antoine Sabot-Durand started work on Feature Request AGOVA-52
Change By: Antoine Sabot-Durand (12/Nov/13 6:53 AM)
Status: Open Coding In Progress

Antoine Sabot-Durand (JIRA)

unread,
Nov 16, 2013, 3:05:06 AM11/16/13
to agora...@googlegroups.com
Antoine Sabot-Durand resolved Feature Request AGOVA-52 as Done
Change By: Antoine Sabot-Durand (16/Nov/13 3:03 AM)
Status: Coding In Progress Resolved
Resolution: Done

Antoine Sabot-Durand (JIRA)

unread,
Nov 16, 2013, 3:05:06 AM11/16/13
to agora...@googlegroups.com

using our mandatoring stateful payload the OAuthSession to store this specific information.
the OAuhtLifeCycle contains now a startDance variant with an internal callback parameter.

Reply all
Reply to author
Forward
0 new messages