Odd situation of showing a login page when already logged in #1
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: edward/UniAuth#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Need to show a message on the UniAuth page explaining the problem.
What if the service requesting the login is responsible for setting the cookie?
The requesting service could look for a login cookie, when it doesn't find it redirect the user to UniAuth. After login UniAuth can redirect with the auth_token as a URL parameter and the local service can set the auth cookie.
Current design assumes all applications run on the same host as UniAuth. This isn't necessarily true. We need a design that allows the application to run on a different host to the authentication provider.