
GS네.32641 (Customer) asked a question.
I have implemented datadog sso using okta. After logging in, if you log in through the datadog url provided by okta, the /help/quick_start page is displayed. But I want to display a specific dashboard screen.(/dashboard/dashboard_name)
Is there any way??

It really depends on Datadog. Okta will send you to the URL specified in the ACS URL along with the SAML response. Where the user is redirected after that is dependent on DataDog.
SAML allows the use of RelayState parameter which is usually used to send the authenticated user to a specific resource after authentication. The DataDog OIN configuration allows you to put in a Default Relay State for all IdP initiated login. You might find that DataDog honours that parameter. Or it might totally ignore it. Worth a shot.