cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Pre-Fill Email Field in Dynatrace SSO Login Page

Kulkirat
Visitor

I are integrating Dynatrace dashboards into our internal application and want to streamline the login experience for users. Basically I have Dynatrace dashboard links added in a dropdown on my app, which when clicked, I want user to log user in with a specific email. Specifically, I’d like to pre-fill the email field on the Dynatrace SSO login page when a user clicks a link from our app.

I tried appending the email as a query parameter like this:

https://sso.dynatrace.com/action/signin?email=user@example.com

But it doesn’t seem to work.

Questions:

1) Does Dynatrace support any URL query parameters to pre-fill the email field during login?
2) If not, is there any alternative method (such as an API or configuration setting) to achieve this?

I don't think injecting credentials manually would work but please provide suggestions.

Appreciate any insights or documentation references!

Thanks!

1 REPLY 1

Abidyaseen
Advisor

Dynatrace's SSO login page does not support URL query parameters to pre-fill the email field during login you can streamline the user login experience through the following methods:

Identity Provider (IdP)-Initiated Authentication: Configure your identity provider to initiate the authentication process. This approach allows users to access Dynatrace dashboards without manually entering their email addresses.

https://docs.dynatrace.com/docs/manage/identity-access-management/user-and-group-management/access-s...

 

Single Sign-On (SSO) Integration: Implement SSO using protocols like SAML to enable seamless authentication. For instance, integrating Dynatrace with Microsoft Entra ID (formerly Azure AD) allows users to sign in using their existing credentials, eliminating the need to enter email addresses manually

https://learn.microsoft.com/en-us/entra/identity/saas-apps/dynatrace-tutorial

Featured Posts