tbmelabs / tbme-tv

An open source streaming application.
Other
0 stars 1 forks source link

add authorize page. #48

Open bbortt opened 6 years ago

bbortt commented 6 years ago

page on /oauth/confirm_access to confirm scope access of clients.

bbortt commented 6 years ago

maven-module: core-server/authorization-server location: src/main/webapp (copied to static by maven) url: /oauth/confirm_access processing-url (POST): /oauth/confirm_access attention: csrf-token is required

As far as not using Thymeleaf: You must fetch the scopes per client from the backend.