Olympus Docs
Integrate

Overview

Orientation for the Integrate section

This section is for application developers integrating an app against Olympus. You don't need to understand Olympus's internals, only the OAuth2/OIDC protocol surface and a few Olympus-specific defaults.

OAuth2 flows

OIDC

Integration patterns

Where to find the OAuth2 endpoints

Use the standard discovery endpoint:

https://ciam.your-domain.example/.well-known/openid-configuration
https://iam.your-domain.example/.well-known/openid-configuration

For local development:

http://localhost:3102/.well-known/openid-configuration   # CIAM
http://localhost:4102/.well-known/openid-configuration   # IAM

On this page