Chapter 6. Accessing the self-service technology preview deployment


6.1. Adding the deployment URL to the OAuth Application

When you set up your OAuth application in Ansible Automation Platform before deploying self-service technology preview, you added placeholder text for the Redirect URIs value.

You must update this value using the URL from the deployed application so that you can run automation on self-service technology preview from self-service technology preview.

  1. Determine the Redirect URI from your OpenShift deployment:

    1. Open the URL for the deployment from the OpenShift console to display the sign-in page for self-service technology preview.
    2. Copy the URL.
    3. To determine the Redirect URI value, append /api/auth/rhaap/handler/frame to the end of the deployment URL.

      For example, if the URL for the deployment is https://my-aap-self-service-tech-preview-backstage-myproject.mycluster.com, then the Redirect URI value is https://my-aap-self-service-tech-preview-backstage-myproject.mycluster.com/api/auth/rhaap/handler/frame.

  2. Update the Redirect URIs field in the OAuth application in Ansible Automation Platform:

    1. In a browser, open your instance of Ansible Automation Platform.
    2. Navigate to Access Management OAuth Applications.
    3. In the list view, click the OAuth application you created.
    4. Replace the placeholder text in the Redirect URIs field with the value you determined from your OpenShift deployment.
    5. Click Save to apply the changes.

6.2. Signing in to self-service technology preview

Prerequisites

  1. You have configured an OAuth application in Ansible Automation Platform for self-service technology preview.
  2. You have configured a user account in Ansible Automation Platform.

Procedure

  1. In a browser, navigate to the URL for self-service technology preview to open the sign-in page.

    Self-service sign-in page
  2. Click Sign In.
  3. The sign-in page for Ansible Automation Platform appears:

    Ansible Automation Platform sign-in page
  4. Enter your Ansible Automation Platform credentials and click Log in.
  5. The self-service technology preview UI opens.
  6. Click Templates to open a landing page where tiles are displayed, representing templates. When the page is populated with templates, the layout resembles the following screenshot:

    Templates view

6.3. Adjusting synchronization frequency between Ansible Automation Platform and self-service technology preview

The Helm chart defines how frequently users, teams and organization configuration information is synchronized from Ansible Automation Platform to self-service technology preview.

The frequency is set by the catalog.providers.rhaap.schedule.frequency key. By default, the synchronization occurs hourly.

  • To adjust the synchronization frequency, edit the value for the catalog.providers.rhaap.schedule.frequency key in the Helm chart.

            catalog:
              ...
              providers:
                rhaap:
                  '{{- include "catalog.providers.env" . }}':
                    schedule:
                      frequency: {minutes: 60}
                      timeout: {seconds: 30}
    Copy to Clipboard
Note

Increasing the synchronization frequency generates extra traffic.

Bear this in mind when deciding the frequency, particularly if you have a large number of users.

Back to top
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2025 Red Hat