Search

Search

SSO authentication using Open ID

OpenID connect

Includes Google SSO and other OpenID providers

Setup instructions Open ID
  1. Review documentation
    OpenID Connect Configuration Guide

2. Provide required URIs

  • client_id-Your application’s unique identifier

  • client_secret- Your application’s secret key

  • token_endpoint (e.g., https://www.googleapis.com/oauth2/v4/token)

  • authorization_endpoint (e.g., https://accounts.google.com/o/oauth2/v2/auth)

  1. Configure redirect URI

Add to your allowed URIs:

https://[state]

Replace [state] with your region: vic, nsw, qld, tas, sa, wa, act, nt

  1. Submit details

  • Use the button to submit required details.

  • (Optional) Provide test account credentials.


Submit Open ID details

On this page