Hello Fellow Sufferers! :-D
Need help with the OAuth 2.0 configuration in my environment (9.1.)
I have set up the Identity Provider and the application according to the available documentation.
However, every time I attempt to authenticate, I receive a 401 response.
The application server logs indicate the following:
ERROR (ObjectLog ) : Failed to get user info. System.Net.Http.HttpRequestException: Response status code does not indicate success: 400 (Bad Request)
ERROR (ObjectLog ) : Failed to authenticate user using OAuth2/Open ID Connect. System.Net.Http.HttpRequestException: Response status code does not indicate success: 400 (Bad Request).
ERROR (AppServer ) : Exception during token authentication. VI.Base.ViException: Failed to authenticate user. ---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 400 (Bad Request).
ERROR (ObjectLog Global) : [ServiceStack.HttpError] Not Authenticated ServiceStack.HttpError: Not Authenticated
can some one Help ?