Listing all Enterprise Applications configured for Single Sign-On SAML & OAUTH

Dunkle, Nick, ea 6 Reputation points
2022-12-05T17:18:39.96+00:00

I found the post regarding the GET command https://graph.microsoft.com/v1.0/servicePrincipals?$filter=preferredSingleSignOnMode eq 'saml'&$select=appDisplayName,preferredSingleSignOnMode. I was wondering if there is a way to tweak this in order to include all methods of SSO, including OAUTH?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,705 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Mehtab Siddique (MINDTREE LIMITED) 971 Reputation points
    2022-12-07T01:33:40.897+00:00

    From the properties we can see the supported values are password, saml, external, and oidc.:

    267936-image.png

    For more information: https://learn.microsoft.com/en-us/graph/api/resources/serviceprincipal?view=graph-rest-1.0#properties

    Hope this helps.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.