Connect Apps to Microsoft AD FS
Prerequisite
Setup your own AD FS server
Create an application in your AD FS Server, obtain "Client ID", "Client Secret" and "Discovery Document Endpoint". Discovery Document Endpoint typically ends with
/.well-known/openid-configuration
. Configure your application with redirect urihttps://{your domain}/sso/oauth2/callback/{alias}
.
Configure Sign in with Microsoft AD FS through the portal
In Authgear portal, go to "Single-Sign On" page, then do the following:
Enable "Sign in with Microsoft AD FS"
Fill in "Alias" with alias used in redirect URI
Fill in "Client ID", "Client Secret" and "Discovery Document Endpoint"
Click save
Notes
"alias" is used as the identifier of OAuth provider
Redirect URI has the form "/sso/oauth2/callback/:alias"
Last updated
Was this helpful?