rajithd / spring-boot-oauth2

Spring Boot Oauth2 with H2 database
208 stars 166 forks source link

To view this page, you must log in to area “oauth2/client” #7

Closed ditjhaba closed 8 years ago

ditjhaba commented 8 years ago

Hi,

When I call the auth server from my angular front-end application, I get a popup that prompts "To view this page, you must log in to area “oauth2/client”" as per the message at the top. I was wondering if you knew what could be causing this. Could it be that the auth requires that one registers the application with the auth server?

Thank you