API Reference > imodeljs-clients-backend > Authentication > OidcBackendClientConfiguration OidcBackendClientConfiguration Interface Beta Client configuration to create OIDC/OAuth tokens for backend applications Properties Name Type Description clientId string Client application's identifier as registered with the Bentley IMS OIDC/OAuth2 provider. clientSecret string Client application's secret key as registered with the Bentley IMS OIDC/OAuth2 provider. scope string List of space separated scopes to request access to various resources. Defined in core/clients-backend/src/oidc/OidcBackendClient.ts Line 18 Last Updated: 13 June, 2024