Skip to main content

OpenID Connect

NetActuate supports OpenID Connect (OIDC) for token-based authentication and authorization. OIDC enables secure, standards-based integration between your applications and NetActuate services without managing API keys directly.

Overview

OIDC is built on top of OAuth 2.0 and provides identity verification through ID tokens (JWTs). You can use OIDC to:

  • Authenticate service accounts and CI/CD pipelines
  • Federate identity with cloud providers (e.g., GCP Workload Identity Federation)
  • Build custom integrations that securely access the NetActuate API

Configuration

To configure OIDC for your account, navigate to Account → Settings → OIDC in the NetActuate portal.

API Endpoints

EndpointURL
OIDC Discoveryhttps://portal.netactuate.com/.well-known/openid-configuration
Authorizationhttps://portal.netactuate.com/oauth/authorize
Tokenhttps://portal.netactuate.com/oauth/token
UserInfohttps://portal.netactuate.com/oauth/userinfo
JWKShttps://portal.netactuate.com/.well-known/jwks.json

Integration Guides

Sample Applications

GCP Integration

Token Claims

NetActuate OIDC tokens include the following standard claims:

ClaimDescription
subUnique user identifier
emailUser email address
nameUser display name
issToken issuer URL
audClient ID (audience)
expToken expiration time
iatToken issued-at time

Need Help?

If you run into issues configuring OIDC, contact NetActuate Support.