-
Notifications
You must be signed in to change notification settings - Fork 168
Closed
Labels
Domain: Registration/SigninType: BugA clear defect in a feature that has been shipped. Fix should include automated testing if possible.A clear defect in a feature that has been shipped. Fix should include automated testing if possible.
Description
If Private Community is enabled and JSConnect is the default method for logging in, it will make the browser loop when it fails.
When the browser arrives at the forum SSO entry end-point and fails to find a UniqueID it will:
- redirect to the home page of the forum.
- If Private Community is turned on, the homepage will redirect the browser to the forum sign in page.
- If JSConnect is the default method, will redirect the browser back to the authentication provider.
- The authentication provider will read the user's cookies, see that he is logged in and redirect the browser back to the forum SSO entry end-point.
- The loop will restart.
Metadata
Metadata
Assignees
Labels
Domain: Registration/SigninType: BugA clear defect in a feature that has been shipped. Fix should include automated testing if possible.A clear defect in a feature that has been shipped. Fix should include automated testing if possible.