API Reference > frontend-authorization-client > BrowserAuthorization > BrowserAuthorizationClientConfiguration BrowserAuthorizationClientConfiguration Interface Beta Extends BrowserAuthorizationClientRequestOptions Properties Name Type Description authority Readonly undefined | string The URL of the OIDC/OAuth2 provider. clientId Readonly string The unique client id registered through the issuing authority. noSilentSignInOnAppStartup Readonly undefined | boolean if true, do NOT attempt a silent signIn on startup of the application postSignoutRedirectUri Readonly undefined | string The URL passed in the signout request, to which the authority will redirect the browser after the user has been signed out. redirectUri Readonly string The URL passed in the authorization request, to which the authority will redirect the browser after the user grants/denies access responseType Readonly undefined | string The mechanism (or authentication flow) used to acquire auth information from the user through the authority scope Readonly string A space-delimited collection of individual access claims specified by the authority. silentRedirectUri Readonly undefined | string The redirect URL used for silent sign in and renew. Inherited properties Name Type Inherited from Description prompt undefined | string BrowserAuthorizationClientRequestOptions The required action demanded of the user before the authentication request can succeed Defined in frontend-authorization/src/oidc/browser/BrowserAuthorizationClient.ts Line 21 Last Updated: 11 June, 2024