Step 5: Test your IAP-secured app

This guide shows you how to test your deployed and secured application. This page covers the following topics:

This guide shows you how to test the app that you deployed to Cloud Run by viewing it in your browser. Before you can view the app, you must wait for the Google-managed certificate's status to become ACTIVE. Provisioning a Google-managed certificate can take up to 60 minutes. For more information about Google-managed SSL certificates, see Use Google-managed SSL certificates.

Check the status of your certificate

  1. Go to the Classic Certificates tab in the Google Cloud console.

    Go to Classic Certificates

  2. In the Status column, check the status of the my-genai-app-certificate certificate.

    Before you continue, wait for the status to change to Active. Certificate provisioning can take up to 60 minutes.

View the deployed app

  1. Sign in with a principal's account that you configured in IAP.

  2. In your browser, open the following URL:

    https://DOMAIN_NAME/app
    

    Replace DOMAIN_NAME with domain name provided during certificate creation.