Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AuthServer UI #12478

Closed
gizemmutukurt opened this issue May 9, 2022 · 6 comments
Closed

Update AuthServer UI #12478

gizemmutukurt opened this issue May 9, 2022 · 6 comments

Comments

@gizemmutukurt
Copy link
Contributor

gizemmutukurt commented May 9, 2022

Original Title as "When the user looks at the login button after logging out, it redirects to the Identity Server page and template login is blocked."

App: Blazor WASM, Blazor Server, MVC
Version: 5.3.0-rc.1
Problem Definition: When the user looks at the login button after logging out, it redirects to the Identity Server page and template login is blocked.

Screenshot

4bdbd9cc-278c-415e-9019-f77fc560d8d5

@gterdem
Copy link
Contributor

gterdem commented May 9, 2022

When you are logged out, signed out page is shown at IdentityServer. You are in the IdentityServer application when you are trying to login back. So, there is no return URL to return to after login.

This confusion is happening because IdentityServer and the application is sharing the same top menu, making user to think they are in the same application.

@ebicoglu
Copy link
Member

how about changing this page as below
image

@hikalkan hikalkan modified the milestones: 5.4-preview, 6.0-preview May 24, 2022
@hikalkan hikalkan assigned enisn and unassigned ebicoglu May 31, 2022
@ebicoglu
Copy link
Member

Real world example:
When you sign in from drive.google.com it redirects you to the account.google.com . you sign out from drive.google.com , then it redirects you back to account.google.com . finally you sign in from account.google.com but it redirects you to drive.google.com . it doesn't stay on account.google.com.
so we should keep the main application url in returnUrl and redirect back to it.

@gterdem
Copy link
Contributor

gterdem commented May 31, 2022

Real world example: When you sign in from drive.google.com it redirects you to the account.google.com . you sign out from drive.google.com , then it redirects you back to account.google.com . finally you sign in from account.google.com but it redirects you to drive.google.com . it doesn't stay on account.google.com. so we should keep the main application url in returnUrl and redirect back to it.

Is creating different layout for identityserver templates (like account.abp.io) the final decision to proceed with this issue?
@ebicoglu Can you confirm?

@ebicoglu
Copy link
Member

ebicoglu commented Jun 1, 2022

we'll change the IDS design like this #12478 (comment)

@enisn enisn changed the title When the user looks at the login button after logging out, it redirects to the Identity Server page and template login is blocked. Update AuthenticationServer UI Jun 1, 2022
@enisn enisn changed the title Update AuthenticationServer UI Update AuthServer UI Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants