Clients
Information about creating and managing OAuth 2.0 Clients to build applications that support OIDC and Access Tokens for the BoxC API.
To use OAuth 2.0 in your application, you need an OAuth 2.0 Client ID, which your application uses when requesting an access token or identity token. To...
Thu, Jul 27, 2023 at 9:23 AM
The permissions or scope of the OAuth 2.0 client determine the user details and resources the application can access and modify. There are two types importa...
Mon, Oct 3, 2022 at 1:46 PM
OAuth 2.0 clients have an ID and Secret that are used during authentication while creating an Access Token or revoking a connection. A client secret should ...
Tue, Oct 4, 2022 at 11:03 AM
This article will demonstrate how to create an Access Token and ID Token for an authenticated user that authorizes your application. You will need an OAuth ...
Thu, Jul 27, 2023 at 9:27 AM
All OAuth 2.0 have a pair of Public and Private keys for verifying and signing the Access Tokens and ID Tokens. These keys are created by BoxC and can be re...
Thu, Oct 6, 2022 at 7:37 PM