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

Protected-Page and API are still accessible after logout from identity server! #10

Closed
amirpourya opened this issue Aug 11, 2019 · 2 comments
Labels

Comments

@amirpourya
Copy link

amirpourya commented Aug 11, 2019

Protected-Page and API are still accessible after logging out from identity server!

Any Ideas or solutions? :)

@scottbrady91
Copy link
Owner

Sounds like your app is not cleaning out it's storage. Unless you mean you want SSOff?

@priyank89patel
Copy link

@amirpourya I think you will need to add logout() method in the auth.service.ts file and call it from the client instead of directly signing out from identity server.
logout(): void { this.manager.signoutRedirect(); }

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

No branches or pull requests

3 participants