Skip to content

Configure the OIDC Identity Provider in PLOSSYS 5


In the configuration for all services, specify the following key:

  • ID_PROVIDER_NAME: Server name of the OIDC identity provider

  • ID_PROVIDER_CERT (optional): Path and the file name of the certificate generated by the OIDC identity provider

Example - setting key via PLOSSYS CLI

plossys config set ID_PROVIDER_NAME https://<id_provider_server>:32769/auth/realms/SEAL --service any --insecure

Hint - FQDN and lower case letters

Use the fully-qualified domain name (FQDN) of the OIDC identity provider server in lower case letters!

Example - setting key via PLOSSYS CLI

plossys config set AUTH_ISSUER_URL https://<id_provider_server>:32769/auth/realms/SEAL --service any --insecure

Back to top