Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
I have been trying to retrieve a JWT token from API Gateway 10.5
I keep getting
{ "errorDetails": " Transport protocol must be HTTPS." }
Even disabled the require HTTPS
I was able to get past this error by setting the below [pg_JWT_isHTTPS to false]
But now I got a new error
{ "errorDetails": "com.wm.app.b2b.server.ServiceException: JWT configuration is empty" }
Any suggestions?
Configured JWT keystore and after that it worked