Configure Web Central to Use the Okta Identity Provider
Configure the following Archibus Web Central properties files to reflect the Okta identity provider (IdP) and the Apollo GraphQL server.
-
\archibus\WEB-INF\config\oidc.properties
| Property | Description |
|---|---|
| oidc.usernameClaim= | |
| oidc.audience= | Client ID, from Okta app registration step 5. |
| oidc.issuer= | https://{yourOktaDomain}/oauth2/default |
| oidc.jwksUrl= |
https://{yourOktaDomain}/oauth2/default/v1/keys |
-
\archibus\WEB-INF\config\context\applications\configservice.properties
| Property | Description |
|---|---|
| configService.onsite.clientId= | Client ID, from Okta app registration step 5. |
| configService.onsite.issuerUrl= | https://{yourOktaDomain}/oauth2/default |
| configService.onsite.callbackUrl= | com.archibus.onsite.auth:/callback |
| configService.onsite.apolloUrl= | https://{Apollo URL}/ |
Make sure that the callback redirect URI is filled in as indicated.
