From 401/Unauthorized when obtaining token in Authorization Code grant
This bug should be resolved now. Please open a new thread if you have issues.
Still an issue (got stuck on this just following the tutorial).
This recipe makes it work:
- Create a new tenant
- Set it up (e.g. callback URL’s)
- Confirm 401’s when sending in a valid code to /oauth/token
- Change “Application Type” to “Regular Web Application”
- (not needed - couldn’t find a place to do it either…) Change “Token Endpoint Authentication Method” from “POST” to “None”. (Seems to be important part
- Confirm modal “… will disable the Client Credentials grant for…”
- Confirm happy path (receive 200/OK when sending in that code to /oauth/token)
Not the best first impression…