Skip to content

Commit

Permalink
Merge branch 'master' into remove-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AnjanaSamindraPerera committed Dec 7, 2023
2 parents 40a7f08 + d609b51 commit 4cc9c9f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@
"displayName": "User self registration SMS OTP expiry time",
"description": "Specify the expiry time in minutes for the SMS OTP."
},
{
"name": "SelfRegistration.SMSOTP.Regex",
"value": "[a-zA-Z0-9]{6}",
"displayName": "User self registration SMS OTP regex",
"description": "Regex for SMS OTP in format [allowed characters]{length}. Supported character ranges are a-z, A-Z, 0-9. Minimum OTP length is 4"
},
{
"name": "SelfRegistration.CallbackRegex",
"value": "[https://localhost:9443].*[/authenticationendpoint/login.do]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
"name": "SelfRegistration.VerificationCode.SMSOTP.ExpiryTime",
"value": "1"
},
{
"name": "SelfRegistration.SMSOTP.Regex",
"value": "[a-zA-Z0-9]{6}"
},
{
"name": "SelfRegistration.CallbackRegex",
"value": "https:\\/\\/localhost:9853\\/.*"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2264,7 +2264,7 @@
<carbon.consent.mgt.version>2.5.2</carbon.consent.mgt.version>

<!--Identity Governance Version-->
<identity.governance.version>1.8.96</identity.governance.version>
<identity.governance.version>1.8.97</identity.governance.version>

<!--Identity Carbon Versions-->
<identity.carbon.auth.saml2.version>5.8.5</identity.carbon.auth.saml2.version>
Expand Down

0 comments on commit 4cc9c9f

Please sign in to comment.