Skip to content

Commit

Permalink
new Azure AD B2C UserFlow for io devportal sign-in/sign-up/password r…
Browse files Browse the repository at this point in the history
…eset
  • Loading branch information
giamma1295 committed Oct 10, 2024
1 parent c74e2fd commit 1f12f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/domains/selfcare/_modules/app_services/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ locals {

# devportal configs
CLIENT_NAME = "io-p-developer-portal-app"
POLICY_NAME = "B2C_1_SignUpIn"
RESET_PASSWORD_POLICY_NAME = "B2C_1_PasswordReset"
POLICY_NAME = "B2C_1_SignUpInSecure"
RESET_PASSWORD_POLICY_NAME = "B2C_1_SignUpInSecure" #Then new userflow handle sign up/sign in and password reset, no need for a dedicade reset password policy anymore
POST_LOGIN_URL = "https://${var.devportal_frontend_hostname}"
POST_LOGOUT_URL = "https://${var.devportal_frontend_hostname}"
REPLY_URL = "https://${var.devportal_frontend_hostname}"
Expand Down

0 comments on commit 1f12f6d

Please sign in to comment.