Microsoft Graph · Schema
microsoft.graph.samlOrWsFedProvider
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.samlOrWsFedProvider",
"title": "microsoft.graph.samlOrWsFedProvider",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.identityProviderBase"
},
{
"title": "samlOrWsFedProvider",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"issuerUri": {
"type": "string",
"description": "Issuer URI of the federation server.",
"nullable": true
},
"metadataExchangeUri": {
"type": "string",
"description": "URI of the metadata exchange endpoint used for authentication from rich client applications.",
"nullable": true
},
"passiveSignInUri": {
"type": "string",
"description": "URI that web-based clients are directed to when signing in to Microsoft Entra services.",
"nullable": true
},
"preferredAuthenticationProtocol": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.authenticationProtocol"
},
{
"type": "object",
"nullable": true
}
],
"description": "Preferred authentication protocol. The possible values are: wsFed, saml, unknownFutureValue."
},
"signingCertificate": {
"type": "string",
"description": "Current certificate used to sign tokens passed to the Microsoft identity platform. The certificate is formatted as a Base64 encoded string of the public portion of the federated IdP's token signing certificate and must be compatible with the X509Certificate2 class. This property is used in the following scenarios: if a rollover is required outside of the autorollover update a new federation service is being set up if the new token signing certificate isn't present in the federation properties after the federation service certificate has been updated. Microsoft Entra ID updates certificates via an autorollover process in which it attempts to retrieve a new certificate from the federation service metadata, 30 days before expiry of the current certificate. If a new certificate isn't available, Microsoft Entra ID monitors the metadata daily and will update the federation settings for the domain when a new certificate is available.",
"nullable": true
},
"@odata.type": {
"type": "string",
"default": "#microsoft.graph.samlOrWsFedProvider"
}
},
"discriminator": {
"propertyName": "@odata.type",
"mapping": {
"#microsoft.graph.internalDomainFederation": "#/components/schemas/microsoft.graph.internalDomainFederation",
"#microsoft.graph.samlOrWsFedExternalDomainFederation": "#/components/schemas/microsoft.graph.samlOrWsFedExternalDomainFederation"
}
}
}
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphsamlorwsfedprovider"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.