You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: [Error [OAuthCallbackError]: token_endpoint must be configured on the issuer] {
code: undefined
},
providerId: 'authentik',
message: 'token_endpoint must be configured on the issuer'
}
On digging in, I figured, code_verifier is not being set in the cookie. Is it something that nextjs does by default? or do we need to write the logic to set this code.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
user is redirected to the authentik login page
on logging in, following error comes up:
error: [Error [OAuthCallbackError]: token_endpoint must be configured on the issuer] {
code: undefined
},
providerId: 'authentik',
message: 'token_endpoint must be configured on the issuer'
}
On digging in, I figured, code_verifier is not being set in the cookie. Is it something that nextjs does by default? or do we need to write the logic to set this code.
Beta Was this translation helpful? Give feedback.
All reactions