Skip to content

Commit

Permalink
Removing stray apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
iambmelt authored Feb 26, 2020
1 parent 4cb48ec commit de80280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/access_token-pop.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# (Preview) MSAL Android: Requesting Proof of Possession Protected Access Tokens

>**Important:**<br/>Proof of Possession Protected Access Tokens is a **preview** feature for select limited deployment environments. As such, the below-documented APIs are subject to change or removal.<br/><br/>Developers consuming MSAL in their application's are advised to make use of the `Bearer` authentication scheme (default) due to protocol incompatibilties which may arise due to active and evolving development of this feature.
>**Important:**<br/>Proof of Possession Protected Access Tokens is a **preview** feature for select limited deployment environments. As such, the below-documented APIs are subject to change or removal.<br/><br/>Developers consuming MSAL in their applications are advised to make use of the `Bearer` authentication scheme (default) due to protocol incompatibilties which may arise due to active and evolving development of this feature.
## What is a PoP/AT?
To understand the purpose and benefits offered by PoP, it is important to understand the security posture of a standard Bearer token.
Expand Down

0 comments on commit de80280

Please sign in to comment.