Is it possible to capture the application label for the app a user is attempting access and place it underneath the icon at the top of the “sign-in” page?
Is this for Okta Hosted sign in page? IF you have a custom domain for your org, you can customize the Okta Hosted sign in page based on the requestContext, similar to what is described here: Style the sign-in page | Okta Developer
For example, if I were to make an SP-initiated request to log into an application on my custom domain, I can check in the requestContext.app.value.label to find the application label and use that in my customizations.
Here’s an example of me logging out the requestContext to the console:
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.