-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(jans-auth-server): wrong Client Authn Method at token endpoint throws NPE #3503
Comments
It can be related (or not)
|
@manojs1978 can you share NPE which you get for wrong client authn method ? Is it then one I posted above or something different ? |
hi @yuriyz , Caused by: java.lang.NullPointerException |
If your client uses a different authn method at the token endpoint, this very unfriendly message is thrown by Auth Server.
The text was updated successfully, but these errors were encountered: