To integrate NetIQ single sign-on (SSO) in your application, you need to set the following environment variables:
NETIQ_CLIENT_ID: NetIQ OAuth client IDNETIQ_CLIENT_SECRET: NetIQ OAuth client secret
-
Log in to your NetIQ Admin Console:
- Access the NetIQ admin console through your provided administrative URL.
-
Register a New OAUTH Application:
- Navigate to the
OAuthsection within the admin console. - Add a new application by providing all the necessary details such as application name, redirect URIs, etc.
- Navigate to the
-
Obtain
Client IDandClient Secret:- After successfully registering your application, NetIQ will provide you with a
Client IDandClient Secret.
- After successfully registering your application, NetIQ will provide you with a
-
Set Environment Variables:
-
Add
NETIQ_CLIENT_IDandNETIQ_CLIENT_SECRETto your .env file:NETIQ_CLIENT_ID=your-netiq-client-id NETIQ_CLIENT_SECRET=your-netiq-client-secret
-
Ensure that the required APIs are enabled in your NetIQ settings. Usually, this can be found in the API Management section of the admin console.
Make sure to include the following scopes for your NetIQ OAuth authorization:
profileemailopeniduser.info