Configuring SecureAuth as an IdP
Follow these steps to configure SecureAuth as an external identity provider (IdP) via OIDC in your llumio Console instance.
Note
Review SecureAuth documentation here: OpenID Connect and OAuth 2.0 configuration.
Log into your SecureAuth account.
Click Applications > Clients in the left navigation pane.
Click Create Client in the
Client Applications
page.At the
Create Application
page:Enter Application Name (such as
Illumio Console for MyCorp
).Enter your application URL (
https://console.illum.io/
).This field can be left blank if mentioned as Optional in the SecureAuth console.
Select Single Page for Application Type.
Click Create.
SecureAuth shows your assigned Client ID and Issuer URL.
Enter in both Redirect URI and in Post-Logout Redirect URIs the URL to Illumio Console,
https://console.illum.io
, and Save each entry.Click Claims in the left navigation pane.
Click Add Claim at the
Claims
page.Add the email claim at the
Add claim
dialog:In Name, enter
email
.In Source type, choose AuthN Context.
In Source path, choose Email.
The Scopes field shows the
email
claim.Click Add to finish.