Introduction
The IBM Verify Identity Access OIDC Provider (IVIAOP) provides a containerized OIDC Provider which is designed to keep up with the latest OAuth and OIDC standards and comply with the latest conformance and specification standards, particularly Open Banking/FAPI.
Defining the Environment
At a high level, when starting the IVIAOP container you need to define:
- The provider configuration that defines defaults and grant flows.
- The storage layer configuration, including the choice of using a distributed session cache either in the form of the runtime database (HVDB) or Redis.
- The client level configuration and authentication methods.
- Any attribute sources.
Documentation
The specific documentation which will assist in getting you started includes:
-
IVIAOP Concepts, specifically:
-
How to deploy the container into different container environments, for example:
- Configuring runtime database.
- Docker
- Docker-Compose
- Kubernetes
- Red Hat® OpenShift®
- Configuring IBM Verify Identity Access
- Secure Deployment Consideration
-
How to debug IVIAOP :
-
Example YAML configuration files, for example:
-
How to use the JavaScript utilities, for example:
-
Reference
-
Images
Updated 23 days ago