tryLoginCodeFlow with HashLocationStrategy
See original GitHub issueThe screen shows like this line of code this.parseQueryString(window.location.search)
can’t work with HashLocationStrategy because query string is inside windows.location.hash
rather than window.location.search
.
Thanks you for this nice lib!
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:10 (5 by maintainers)
Top Results From Across the Web
OAuthService - angular-oauth2-oidc
Service for logging in and logging out with OIDC and OAuth2. Supports implicit flow and password flow. Extends. AuthConfig. Index. Properties.
Read more >angular-oauth2-oidc | Yarn - Package Manager
Successfully tested with Angular 4.3 to Angular 15 and its Router, PathLocationStrategy as well as HashLocationStrategy and CommonJS-Bundling via webpack.
Read more >Handling OAuth2 Implicit Redirect with Angular Routing using ...
I'm enabling OAuth2 on an SPA as follows: The implicit grant type is the only grant type supported; My Angular 5 app uses...
Read more >angular-oauth2-oidc: Versions | Openbase
... pmccloghrylaing; fix customHashFragment usage in tryLoginCodeFlow, roblabat ... dekundu; Support hash location strategy with code flow #634, gingters ...
Read more >Okta Redirect Url Not working when HashLocationStrategy is ...
I have used the angular-oauth2-oidc package And working fine. I am successfully Authenticating and getting user claims, id token, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hehe, I mean, there is a claim on the readme stating that its tested with hash location strategy 😉 I will try to get something done here.
I will ping Manfred. Hope he can get a bugfix release out a tad faster 😉