Connecting Your IdP
This section covers how to connect your Identity Provider (IdP) to the User Tasks Bridge Backend. The User Tasks Bridge supports any OpenID Connect (OIDC) compliant Identity Provider.
Overview
To connect your IdP, you'll need to:
- Configure your IdP to issue tokens with the required claims
- Configure the User Tasks Bridge Backend to trust your IdP
- Set up roles and permissions for your users
Getting Started
If you're new to OIDC or need a refresher on the basics, start with The Basics (OIDC) to understand the key concepts and configuration requirements.
Provider-Specific Guides
We provide detailed step-by-step guides for popular Identity Providers:
- Keycloak - Complete guide for setting up Keycloak as your IdP
- Okta - Guide for both direct Okta integration and Okta + Keycloak brokering
General Configuration
For other OIDC-compliant providers, you can use the general configuration pattern described in The Basics (OIDC). The User Tasks Bridge Backend configuration follows a standard YAML structure that works with any OIDC provider.
Next Steps
After connecting your IdP, you may want to:
- Set up API Client authentication
- Review Users & Groups concepts
- Learn how to use the Console (see the Developer Guide)