Back
Sign in to the URL
Find the request below for the graph explorer
PATCH https://graph.microsoft.com/beta/servicePrincipals/<object-id of the service principal> { "loginUrl": "https://azure.signtest.link" }
Object Id is required and it is found in Azure AD portal
portal -> Enterprise Application -> find your Tableau Server -> get the Object ID
Enterprise Application
Tableau Server
Object ID
By using the Power shell set Identifier and Reply Url
$Identifiers = @( "http://www.tableau.com/products/server", "https://azure.idtest.link" ) $ReplyUrls = @( "https://azure.rptest.link/wg/saml/SSO/index.html" ) Set-AzureADApplication -ObjectId <object-id of the AD App> -IdentifierUris $Identifiers -ReplyUrls $ReplyUrls
portal -> App registrations -> find your Tableau Server
App registrations
If you want to learn Tableau and get certified,then check out the Tableau course from Intellipaat
31k questions
32.8k answers
501 comments
693 users