Configure Web Central to Use the Azure Identity Provider
Configure the following Archibus Web Central properties files to reflect the Azure identity provider (IdP) and the Apollo GraphQL server.
- \archibus\WEB-INF\config\oidc.properties
| Property | Description |
|---|---|
| oidc.usernameClaim= | |
| oidc.audience= | Application (client) ID from Azure app registration step 4. |
| oidc.issuer= | get value from OpenID Connect metadata document. From Azure app registration step 5. |
| oidc.jwksUrl= | get value from OpenID Connect metadata document. From Azure app registration step 5. |
- \archibus\WEB-INF\config\context\applications\configservice.properties
| Property | Description |
|---|---|
| configService.onsite.clientId= | Application (client) ID from Azure app registration step 4. |
| configService.onsite.issuerUrl= | get value from OpenID Connect metadata document. From Azure app registration step 5. |
| 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 and the the last forward slash must be included.
