From e5083a42255a1e53ec52cbe4cd54c8859d221cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20E=C3=9Flinger?= Date: Mon, 11 Mar 2024 15:41:03 +0100 Subject: [PATCH] docs(authentication-experience): no longer mention deprecated `B2C_1A_Tapio_ResetPW` policy (#222) --- docs/general/authentication.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/general/authentication.md b/docs/general/authentication.md index 4ab9584..bba5636 100644 --- a/docs/general/authentication.md +++ b/docs/general/authentication.md @@ -33,9 +33,7 @@ GET https://login.mytapio.one/32896ed7-d559-401b-85cf-167143d61be0/TAPIO_SIGNIN_ ``` - **ClientId**: Your client id (guid) -- **TAPIO_SIGNIN_POLICY_NAME**: The policy to use. - - *B2C_1A_Tapio_Signin* for signin. - - *B2C_1A_Tapio_ResetPW* for password reset. +- **TAPIO_SIGNIN_POLICY_NAME**: The policy to use: *B2C_1A_Tapio_Signin* for signin. - **response_type**: Either*"code"*for*Authorization Code Grant*or*"id_token"* for *Implicit Grant*. - **Scope**: A list of resources separated with a space (" "). Must include *"openid"*. - **redirect_uri**: A valid redirect URI of your application. This list is managed by tapio and can be updated upon request. We recommend keeping this list short.