Skip to content

Invalid identity: NotAuthenticated using Authorisation Code Grant #2652

Closed Answered by Firstyear
TimoKramer asked this question in Q&A
Discussion options

You must be logged in to vote

The oauth2 rfc is generally very confusing.

The /oauth2/authorise endpoint corresponds to https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.1 which allows query components and a separate rfc allows posting with json.

However https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.3 corresponds to /oauth2/token which accepts the form encoded post per the rfc.

So we need to see more about how your flow is currently working.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@TimoKramer
Comment options

@Firstyear
Comment options

@TimoKramer
Comment options

@Firstyear
Comment options

Answer selected by TimoKramer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants