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 https://localhost:8543/cas5/oidc/token grant_type=authorization_code& code=OC-5-G5bbL-TKNHW-0xd9KWGUFeEcsycinjqI& client_id=demoOIDC& client_secret=password& redirect_uri=https%3A%2F%2Foidcdebugger.com%2Fdebug -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/06db6dbe-53ba-4efe-9624-668dcf0e1b26%40apereo.org.
