hello,
I set up CAS 5.3.x overlay for OpenId Connect for authorization code flow.
When I do POST, CAS login page comes up, I enter credential and authorize access, I successfully got the authorization code, but when I call POST or GET to get access token or Id token, I keep getting 401, "No message available" error.
What am I missing?
Someone said I am missing Authorization header. What should goes in this header? I tried putting Basic Auth with my user credentials, not working.
Thanks!
Yan
My request looks like this, content-type is: application/x-www-form-urlencoded
grant_type=authorization_code&
code=OC-5-G5bbL-TKNHW-0xd9KWGUFeEcsycinjqI&
client_id=demoOIDC&
client_secret=password&
redirect_uri=https%3A%2F%2Foidcdebugger.com%2Fdebug