Configure Web Central to Use the Okta Identity Provider

Archibus OnSite requires user authentication with a customer-provided OpenID Connect (OIDC)-compliant cloud identity provider (IdP) to authenticate OnSite users. Each OnSite user needs an account in the selected customer identity provider platform prior to using OnSite.

Follow these steps to Configure Web Central to use the Okta identity provider.

Example of oidc.properties

oidc.usernameClaim=email

oidc.audience=0oaynggi0cJvv8jUd0h7

oidc.issuer=https://dev-302796.oktapreview.com/oauth2/default

oidc.jwksUrl=https://dev-302796.oktapreview.com/oauth2/default/v1/keys

Example of configservice.properties

# OIDC authentication client ID for mobile apps

configService.onsite.clientId=0oaynggi0cJvv8jUd0h7

# OIDC issuer URL for mobile apps

configService.onsite.issuerUrl=https://dev-302796.oktapreview.com/oauth2/default

# OIDC callback URL for mobile apps

configService.onsite.callbackUrl=com.archibus.onsite.auth:/callback # Apollo URL for mobile apps

configService.onsite.apolloUrl=https://apollo.archibus.cloud:4000