Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 2.1 KB

README.md

File metadata and controls

45 lines (28 loc) · 2.1 KB

SPA Deployments

Quality Availability

Supporting resources for deployment of SPA code examples which use the Token Handler Pattern.
The OAuth Agent manages OpenID Connect work for the SPA and issues secure cookies to use in the browser:

Logical Components

Deployment Overview

The token handler pattern requires additional supporting components to be deployed:

Deployed Components

Deployment Steps

Deployment on development computer involves the following main steps:

Step Description
Prerequisites Ensuring that the correct prerequisite tools are installed
Build Code Building code and dependencies into Docker images
Configure SSL Trust Ensuring that development certificates are trusted by the system
Deploy the System Deploying the Curity Identity Server and other supporting components
Run the SPA Browsing to the SPA and signing in as the preconfigured user account

Running an End-to-End Flow

Start with the main SPA repository, and follow the instructions in these pages:

Running an OAuth Agent without a Browser

See the following repositories for further details on how to work with an OAuth Agent:

More Information

Please visit curity.io for more information about the Curity Identity Server.