API Reference > imodeljs-frontend > Authentication > OidcFrontendClientConfiguration OidcFrontendClientConfiguration Interface Deprecated Use BrowserAuthorizationClientConfiguration instead Beta Client configuration to generate OIDC/OAuth tokens for browser applications Properties Name Type Description clientId string Client application's identifier as registered with the Bentley IMS OIDC/OAuth2 provider. postSignoutRedirectUri undefined | string Upon signing out, the client application receives a response from the Bentley IMS OIDC/OAuth2 provider at this URI redirectUri string Upon signing in, the client application receives a response from the Bentley IMS OIDC/OAuth2 provider at this URI scope string List of space separated scopes to request access to various resources. Defined in core/frontend/src/oidc/OidcFrontendClient.ts Line 64 Last Updated: 11 June, 2024