Skip to content

Step 4 - Nais post terraforming

Configure OAuth login for web frontend

Set up an OAuth client for Console in the tenant management project.

  1. Go to https://console.cloud.google.com
  2. Choose project -> nais-management -> nais-management
  3. Go to APIs ans Service -> OAuth consent screen
  4. Internal -> create
  5. App name: nais management
  6. User support email: admin@<tenant-domain>
  7. Developer Contact email: admin@<tenant-domain>
  8. Save and continue (x2)
  9. Go to APIs ans Service -> Credentials
  10. Click Create Credentials -> OAuth client ID
  11. Select type Web Application
  12. Name: Console
  13. Authorized redirect URI: http://console.<tenant-name>.cloud.nais.io/oauth2/callback
  14. Set Name and Authorized redirect URIs
  15. Create
  16. Copy client id and secret and give to NAIS-team