Skip to content

Commit

Permalink
Synced wity RPSaaSMaster (Azure#23596)
Browse files Browse the repository at this point in the history
  • Loading branch information
dav5liao authored and JoshLove-msft committed Apr 25, 2023
1 parent aaaec50 commit f2eba10
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,16 @@
"description": "The API version to use for the request",
"x-ms-parameter-location": "client"
}
},
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"description": "Azure Active Directory OAuth2 Flow",
"flow": "implicit",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"scopes": {
"user_impersonation": "impersonate your user account"
}
}
}
}

0 comments on commit f2eba10

Please sign in to comment.