Skip to content

New command: Remove specified OAuth grant #165

@waldekmastykarz

Description

@waldekmastykarz

Remove specified OAuth grant

  • command: aad oauthgrant remove -i|--grantId <grantId>
  • grantId: ID of the grant to remove
  • requires connection to AAD Graph

The operation can be executed using the following REST call:

DELETE https://graph.windows.net/myorganization/oauth2PermissionGrants/<grantId>?api-version=1.6
authorization: Bearer eyJ0eXAiOiJKV1QiLCJ...

Requires #160 to be done first

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions