{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Applications Federated Identity Credentials(name='{name}') API", "version": "1.0.0" }, "items": [ { "info": { "name": "Applications Federated Identity Credentials(name='{name}')", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get federatedIdentityCredential", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/federatedIdentityCredentials(name=':name')", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "name": "name", "value": "", "type": "path", "description": "Alternate key of federatedIdentityCredential" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a federatedIdentityCredential object assigned to an application." }, { "info": { "name": "Microsoft Graph Upsert federatedIdentityCredential", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/federatedIdentityCredentials(name=':name')", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "name": "name", "value": "", "type": "path", "description": "Alternate key of federatedIdentityCredential" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new federatedIdentityCredential object for an application if it doesn't exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application." }, { "info": { "name": "Microsoft Graph Delete federatedIdentityCredential", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/federatedIdentityCredentials(name=':name')", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" }, { "name": "name", "value": "", "type": "path", "description": "Alternate key of federatedIdentityCredential" } ] }, "docs": "Delete a federatedIdentityCredential object from an application." } ] } ], "bundled": true }