Skip to content

Single-Page Application Authentication

If your application is a single-page web application without a backend service, we recommend using the OAuth or OIDC implicit authorization mode for authentication integration with BambooCloud IDaaS.

This document uses the OAuth protocol implicit authorization mode as an example.

Prerequisites

  1. The enterprise administrator logs in to the BambooCloud IDaaS Enterprise Center, navigates to Resources > Applications > Add Self-Built Application.

  2. Enter the application details and select the OAuth authentication integration protocol.

  3. In the authentication configuration, enable the implicit authorization mode and fill in the application callback address (used to receive access_token).

  4. Obtain the application's ClientId and ClientSecret.

Development Integration

After the enterprise administrator completes the prerequisites in the BambooCloud IDaaS platform, please refer to the implicit authorization mode in the OAuth Protocol to complete the subsequent development integration.

BambooCloud IDaaS Open Platform