Aidbox
This guide explains how to configure Aidbox as an External OAuth Provider
To set up one Aidbox instance to authenticate users in another Aidbox instance follow these steps:
Set up Aidbox as OAuth Provider instance
Set up client Aidbox instances that use the Provider
Set up Provider Aidbox
To set up the Provider Aidbox create a Client
resource to be used by Client Aidbox
In this guide Identity Provider Aidbox URL is https://provider.example.com
Create Client
resource
Client
resourceClient Aidbox instance will use these Client to access Provider instance when authenticating users
Set up Client Aidbox
Create an IdentityProvider
resource to set up a Client Aidbox instance.
In this guide Client Aidbox URL is https://client.example.com
Create IdentityProvider
resource
IdentityProvider
resourceIdentityProvider
resource defies external authentication server
Usage
If the Provider and the Client Aidbox instances are configured correctly, users registered and authenticated in the Provider Aidbox can get access to the Client Aidbox.
User signs in the Client Aidbox using Provider Aidbox
Press the "Sign in with
<Provider Aidbox title>
" buttonEnter email and password of a User from the Provider Aidbox
Allow requested scopes in the Grant screen
Finally the user is authenticated and redirected to the Client Aidbox.
You can create Access Policy
for a User in the Client Aidbox
Last updated