{{ message }}
-
Beta Was this translation helpful? Give feedback.
Answered by
zg009
Aug 26, 2024
Replies: 1 comment 1 reply
-
|
Most of the OIDC behaviour is handled by the oidc-provider. I can't immediately see if there is a check for this. Can you try starting the server you're testing again with the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Ok, thanks. I was wondering why I was not able to find that error code.
I was able to solve it after that. Apparently, the best practice is to structure the uri like so - com.example.myapp://redirect, which is required by node-oidc-provider.