mitreid-connect / OpenID-Connect-Java-Spring-Server

An OpenID Connect reference implementation in Java on the Spring platform.
Other
1.47k stars 767 forks source link

How to use the API without a webbrowser #1457

Closed rhinmass closed 5 years ago

rhinmass commented 5 years ago

Hello,

I would like to hit some of the API endpoints but I get the error "Full authentication is required to access this resource"

My question is, how do I go about logging in using the API (via postman)

Thanks for any pointers.

Robin

rhinmass commented 5 years ago

All set here. Just realized I needed to hit the endpoints in the right order This helped: https://www.oauth.com/playground/index.html I used the oauth playground to generate the requests in the right format, then changed them to use my mitreid server and simple-web-app redirect url Just wanted to leave this here in case some future newbie is trying to figure this out.