You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your z/OSMF instance can be enabled to support JWTs as described in Enabling JSON Web Token support. In such cases, the Zowe API ML uses this JWT and does not generate its own Zowe JWT. All authentication APIs, such as /gateway/api/v1/login and /gateway/api/v1/check function in the same way as without z/OSMF JWT. The Gateway service endpoint /gateway/api/v1/auth/keys/public serves the z/OSMF JWK that can be used for JWT signature validation.
Description
It says
Your z/OSMF instance can be enabled to support JWTs as described in Enabling JSON Web Token support. In such cases, the Zowe API ML uses this JWT and does not generate its own Zowe JWT. All authentication APIs, such as /gateway/api/v1/login and /gateway/api/v1/check function in the same way as without z/OSMF JWT. The Gateway service endpoint /gateway/api/v1/auth/keys/public serves the z/OSMF JWK that can be used for JWT signature validation.
Do any of the z/OSMF parameters in
https://www.ibm.com/docs/en/zos/2.4.0?topic=configurations-enabling-json-web-token-support
have to match up with any Zowe ones? It would be good to say
the parameter.... must match the z/OSMF definition..
or
No parameters in https://www.ibm.com/docs/en/zos/2.4.0?topic=configurations-enabling-json-web-token-support need specific values, and the z/OSMF defaults are suitable for Zowe
Pages to Update
Screenshots
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: