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

Login popup closes immediately #167

Open
claq2 opened this issue Nov 20, 2016 · 0 comments
Open

Login popup closes immediately #167

claq2 opened this issue Nov 20, 2016 · 0 comments

Comments

@claq2
Copy link

claq2 commented Nov 20, 2016

I started with your ASP.Net identity sample, but I'm hosting the identity endpoint (Identity Server 3) in my ASP.NET (full framework). If I read it right, the login popup thinks it's time to close because the window's current URL matches the originating URL. Is this correct? Is this a limitation of aurelia-auth or is there an option somewhere to make it be more strict in its checking? E.g. don't look for http://localhost:1234, but look for a URL that's not http://localhost:1234/identity.

Or is it a really bad idea to host my identity system in my app? My app is the only thing that will use it. Or perhaps I shouldn't use the code auth flow and use the resource owner flow with a custom login page?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant