Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IOPAE-1447] ADD Captcha on SignIn,SignUp,Password reset for devportal #1237

Merged
merged 2 commits into from
Oct 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
giamma1295 marked this conversation as resolved.
Show resolved Hide resolved
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