Skip to main content

Create an Azure Application using AuthCode obtained through PKCE flow

Select

SaaS
Customer Managed

Create an Azure Application using AuthCode obtained through PKCE flow

Request Body
  • applicationId string

    Application ID of the application registered in Azure AD

  • tenantId string

    Azure Tenant ID

  • replyUrlSet string

    Redirect URI used in the PKCE flow

  • codeChallenge string

    Code challenge generated using PKCE method

  • authCode string

    Authorization code obtained after user consent

  • scope string

    Space-separated list of permissions the application is requesting during OAuth authorization

Responses

Success


Schema
  • applicationId string

    Application ID of the created application

  • applicationName string

    Application Name of the created application

  • tenantId string

    Azure Tenant ID of the user authorizing the application

  • tenantName string

    Azure Tenant Name of the user authorizing the application

  • redirectUri string

    Redirect URI added in the application

  • credentialId object

    Credential details of the application

  • id int32
  • name string
Loading...