Skip to content

Commit c6eb1e7

Browse files
authored
Update app-only-auth-powershell-v2.md
Adding note that this feature is currently in Public Preview and the required installation string.
1 parent fb7e14f commit c6eb1e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

exchange/docs-conceptual/app-only-auth-powershell-v2.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ The following examples show how to use the Exchange Online PowerShell V2 module
5959
6060
The EXO V2 module uses the Active Directory Authentication Library to fetch an app-only token using the application Id, tenant Id & certificate thumbprint. The application object provisioned inside Azure AD has a Directory Role assigned to it, which is returned in the access token. Exchange Online configures the session RBAC using the directory role information that's available in the token.
6161
62+
## How to start using this feature ?
63+
Please note that this feature is currently in Public Preview and available in the Preview release of EXO PowerShell V2 Module. You need to use below strings to install the Preview version 2.0.3 which contains this feature -
64+
65+
```powershell
66+
Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.3-Preview -AllowPrerelease
67+
```
68+
6269
## Setup app-only authentication
6370
6471
An initial onboarding is required for authentication using application objects. Application and service principal are used interchangeably, but an application is like a class object while a service principal is like an instance of the class. You can learn more about this at [Application and service principal objects in Azure Active Directory](https://docs.microsoft.com/azure/active-directory/develop/app-objects-and-service-principals).

0 commit comments

Comments
 (0)