Azure AD with certificate authentication
This guide shows how to set-up Azure AD identity provider in Aidbox with asymmetric authentication
Last updated
This guide shows how to set-up Azure AD identity provider in Aidbox with asymmetric authentication
Last updated
This guide explains how to set-up Azure AD identity provider in Aidbox with an asymmetric authentication mechanism. If you are looking for symmetric (secret-based one), please, follow Azure AD guide.
Find App Registration in search bar
Click New Registration
Fill form. For Redirect URI choose web
as a platform and input https://<box-url>/auth/callback/azure
Open REST console in Aidbox UI and create IdentityProvider
You can find application (client) id on App Overview page
and your endpoints by clicking on Endpoints and visiting OpenID Connect metadata document
Once IdentityProvider resource is created in Aidbox, you can generate private key & certificate:
Aidbox generates certificate for 365 days.
Than you may download the certificate in order to upload it to Azure AD by following the link
Upload the certificate into Azure AD
It may take few minutes when Azure starts processing the uploaded certificate.
Go to your Aidbox base URL. You will be redirected to the log in page where you should now see Sign in with Azure AD
button. Press this button and log in with Azure AD user. This user will be logged in to Aidbox Console but he won’t have any permissions. Read more in Access Control Section about permissions.