-
Enhancement
-
Resolution: Obsolete
-
Major
-
None
-
2.1 GA, SaaS
Issue
I want to use
THREESCALE_CONFIG_FILE
either for importing a policy to the gateway or simply to use a local config file instead of depending on the remote loader API. When using oidc authentication mode the config from Red Hat Single Sign-On server needs to be imported to APIcast but this won't be included in the JSON config when downloading the JSON from the APIcast configuration history section.
I can't authenticate with a valid JWT.
Resolution
Add the following block to the JSON config file downloaded from the admin portal.
{ "services": [{...}], "oidc": [ { "issuer": "http://{SSO-SERVER-HOST-NAME}/auth/realms/{REALM-NAME}", "config": { "public_key": "<YOUR-REALM-PUBLIC-KEY>", "openid": { "id_token_signing_alg_values_supported": [ "RS256" ] } } } ] }
You can get your <YOUR-REALM-PUBLIC-KEY> from "public_key" field in the JSON here: http://
{SSO-SERVER-HOST-NAME}/auth/realms/
{REALM-NAME}- relates to
-
THREESCALE-669 Export service proxy configuration for all services
- Closed
- links to