Skip to content

Commit 00f490a

Browse files
resolving build break
1 parent 5672e43 commit 00f490a

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

src/Authentication/docs/AT-Pop.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,16 @@
11
# Microsoft Graph PowerShell SDK: Access Token Proof of Possession (AT PoP) Capability
22

3-
## Overview
3+
## SYNOPSIS
44

55
This README provides comprehensive details on the Access Token Proof of Possession (AT PoP) functionality introduced in the Microsoft Graph PowerShell SDK. This feature enhances security by binding tokens to specific HTTP methods and URIs, ensuring they are used only for their intended purposes.
66

7-
## Table of Contents
8-
9-
- [Key Features](#key-features)
10-
- [Installation](#installation)
11-
- [Configuration](#configuration)
12-
- [Usage Examples](#usage-examples)
13-
- [References](#references)
14-
15-
## Key Features
7+
## KEY FEATURES
168

179
- **Access Token Proof of Possession (AT PoP)**: This feature binds tokens to specific HTTP methods and URIs, preventing misuse of tokens by ensuring they are used only for the intended HTTP requests.
1810
- **Updated Dependencies**: Compatibility improvements with recent library changes.
1911
- **Enhanced Token Acquisition Options**: Users can now specify the HTTP method and URI during token acquisition to further secure token usage.
2012

21-
### Token acquisition behaviors
13+
### TOKEN ACQUISITION BEHAVIORS
2214

2315
| Condition | Unbound (default) | Bound (PoP) |
2416
|-----------|-----------|-----------|
@@ -28,7 +20,7 @@ This README provides comprehensive details on the Access Token Proof of Possessi
2820
| Existing expired token, below max token refreshes | New token, silent | New token, silent |
2921
| Existing expired token, exceeded max refreshes | New token, interactive | New token, interactive |
3022

31-
## Installation
23+
## INSTALLATION
3224

3325
To install the Microsoft Graph PowerShell SDK with the latest updates, use the following command:
3426

@@ -38,7 +30,7 @@ Install-Module -Name Microsoft.Graph -AllowClobber -Force
3830

3931
Ensure you are using the latest version to access the AT PoP functionality.
4032

41-
## Configuration
33+
## CONFIGURATION
4234

4335
### Enabling Access Token Proof of Possession
4436

@@ -52,7 +44,7 @@ Connect-MgGraph
5244

5345
This configuration ensures that the acquired token is only valid for the specified HTTP method and URI.
5446

55-
## Usage Examples
47+
## EXAMPLES
5648

5749
### Example 1:
5850

@@ -74,6 +66,6 @@ Connect-MgGraph
7466
Invoke-MgGraphRequest -Uri "https://graph.microsoft.com/v1.0/me/sendMail" -Method POST -Debug
7567
```
7668

77-
## References
69+
## REFERENCES
7870

7971
This README provides a detailed guide on the new AT PoP functionality, offering users the ability to secure their token usage effectively. If you have any questions or need further assistance, please refer to the official [Microsoft Graph PowerShell SDK documentation](https://docs.microsoft.com/en-us/powershell/microsoftgraph/).

0 commit comments

Comments
 (0)