API Reference > imodeljs-clients > Authentication > OidcFrontendClientConfiguration OidcFrontendClientConfiguration Interface 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/clients/src/oidc/OidcFrontendClient.ts Line 55 Last Updated: 13 June, 2024