v1

latestOpenAPI 3.0.02026-07-145658104.5 KB
Application

Update an existing application.

patch/{tenantID}/applications/{applicationObjectId}

Path parameters

applicationObjectIdstring required

Application object ID.

tenantIDstring required

The tenant ID.

Query parameters

api-versionstring required

Client API version.

Request body

allowGuestsSignInboolean

A property on the application to indicate if the application accepts other IDPs or not or partially accepts.

allowPassthroughUsersboolean

Indicates that the application supports pass through users who have no presence in the resource tenant.

appLogoUrlstring

The url for the application logo image stored in a CDN.

appPermissionsstring[]

The application permissions.

availableToOtherTenantsboolean

Whether the application is available to other tenants.

errorUrlstring

A URL provided by the author of the application to report errors when using the application.

groupMembershipClaims'None' | 'SecurityGroup' | 'All'

Configures the groups claim issued in a user or OAuth 2.0 access token that the app expects.

homepagestring

The home page of the application.

isDeviceOnlyAuthSupportedboolean

Specifies whether this application supports device authentication without a user. The default is false.

knownClientApplicationsstring[]

Client applications that are tied to this resource application. Consent to any of the known client applications will result in implicit consent to the resource application through a combined consent dialog (showing the OAuth permission scopes required by the client and the resource).

logoutUrlstring

the url of the logout page

oauth2AllowImplicitFlowboolean

Whether to allow implicit grant flow for OAuth2

oauth2AllowUrlPathMatchingboolean

Specifies whether during a token Request Azure AD will allow path matching of the redirect URI against the applications collection of replyURLs. The default is false.

oauth2RequirePostResponseboolean

Specifies whether, as part of OAuth 2.0 token requests, Azure AD will allow POST requests, as opposed to GET requests. The default is false, which specifies that only GET requests will be allowed.

orgRestrictionsstring[]

A list of tenants allowed to access application.

publicClientboolean

Specifies whether this application is a public client (such as an installed application running on a mobile device). Default is false.

publisherDomainstring

Reliable domain which can be used to identify an application.

replyUrlsstring[]

A collection of reply URLs for the application.

samlMetadataUrlstring

The URL to the SAML metadata for the application.

signInAudiencestring

Audience for signing in to the application (AzureADMyOrganization, AzureADAllOrganizations, AzureADAndMicrosoftAccounts).

wwwHomepagestring

The primary Web page.

Response

No Content