spring-guides / tut-spring-security-and-angular-js

Spring Security and Angular:: A tutorial on how to use Spring Security with a single page application with various backend architectures, ranging from a simple single server to an API gateway with OAuth2 authentication.

Home Page:https://spring.io/guides/tutorials/spring-security-and-angular-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authority being parsed incorrectly

ChrisCooney opened this issue · comments

I've set up a userInfoUri URI in the config file. Authentication is working well, however Authorization isn't. I can see from the debugger that the Authority that it attempting to find is incorrectly parsed.

I've attached a link to a screenshot indicating the incorrectly parsed authority. Is this something that you guys have seen before?

http://prntscr.com/c9h8el

Sorry, but there isn't sufficient information yet to offer any suggestions. If you maybe modified one of the samples here you could link to your fork and we could look at the code.

Closed for lack of feedback.

Completely forgot about this. Apologies.

The work around for this was to use the token information endpoint instead of the user information endpoint.