I am using Jhipster Registry v5.0.2. With JWT security everything is working. Other application is also working with full functionality. No Issue with JWT.
When I am trying to use OAuth 2.0 its giving problem. Jhipster Registry is starting up. able to login also. for registry able to check health and all.
But the issue with Registered client. Both are using same OAuth credential. Metrics and Swagger API is not working. Its able to get the swagger docs. its generating the swagger page correctly.
But once I go to test it always say unauthorized. I observed its generate Header --header 'X-XSRF-TOKEN: ' look like this is blank.
When I tried the accessing the service through postman directly passing Authorization header its worked.
I tried both Okta and Keyloak. both have same issue.
Please help me on this.