From b0946299565099357e83ce316e381957c3362cf9 Mon Sep 17 00:00:00 2001 From: Yoel Horvitz Date: Wed, 5 Dec 2018 19:02:21 +0200 Subject: [PATCH] ROPC readme file --- scenarios/source/aadb2c-ief-ropc/readme.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scenarios/source/aadb2c-ief-ropc/readme.md diff --git a/scenarios/source/aadb2c-ief-ropc/readme.md b/scenarios/source/aadb2c-ief-ropc/readme.md new file mode 100644 index 0000000..0550b91 --- /dev/null +++ b/scenarios/source/aadb2c-ief-ropc/readme.md @@ -0,0 +1,3 @@ +# Resource owner password credentials custom policy sample + +In Azure Active Directory (Azure AD) B2C, the resource owner password credentials (ROPC) flow is an OAuth standard authentication flow. In this flow, an application, also known as the relying party, exchanges valid credentials for tokens. The credentials include a user ID and password. The tokens returned are an ID token, access token, and a refresh token. Read more [here](https://docs.microsoft.com/en-us/azure/active-directory-b2c/ropc-custom) \ No newline at end of file