Skip to content

Commit

Permalink
Merge pull request #4792 from JeethJJ/incorrect-urls
Browse files Browse the repository at this point in the history
[6.0.0] [6.1.0] Update outdated paths of webapps
  • Loading branch information
himeshsiriwardana authored Sep 30, 2024
2 parents 2090854 + 07ea543 commit 92fc3e4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ The following code snippet shows a sample EMAIL OTP configuration in the `<IS_HO
enable=true

[authentication.authenticator.email_otp.parameters]
EMAILOTPAuthenticationEndpointURL = "https://localhost:9443/emailotpauthenticationendpoint/emailotp.jsp"
EmailOTPAuthenticationEndpointErrorPage = "https://localhost:9443/emailotpauthenticationendpoint/emailotpError.jsp"
EmailAddressRequestPage = "https://localhost:9443/emailotpauthenticationendpoint/emailAddress.jsp"
EMAILOTPAuthenticationEndpointURL = "/authenticationendpoint/emailOtp.jsp"
EmailOTPAuthenticationEndpointErrorPage = "/authenticationendpoint/emailOtpError.jsp"
EmailAddressRequestPage = "/authenticationendpoint/emailAddressCapture.jsp"
usecase = "local"
secondaryUserstore = "primary"
EMAILOTPMandatory = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ The following code snippet shows a sample SMSOTP configuration in the `<IS_HOME>
enable=true

[authentication.authenticator.sms_otp.parameters]
SMSOTPAuthenticationEndpointURL= "/smsotpauthenticationendpoint/smsotp.jsp"
SMSOTPAuthenticationEndpointErrorPage= "/smsotpauthenticationendpoint/smsotpError.jsp"
MobileNumberRegPage = "/smsotpauthenticationendpoint/mobile.jsp"
SMSOTPAuthenticationEndpointURL= "/authenticationendpoint/smsOtp.jsp"
SMSOTPAuthenticationEndpointErrorPage= "/authenticationendpoint/smsOtpError.jsp"
MobileNumberRegPage = "/authenticationendpoint/mobile.jsp"
RetryEnable = true
ResendEnable = true
BackupCode = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ The following code snippet shows a sample email OTP configuration in the `<IS_HO
enable=true

[authentication.authenticator.email_otp.parameters]
EMAILOTPAuthenticationEndpointURL = "https://localhost:9443/emailotpauthenticationendpoint/emailotp.jsp"
EmailOTPAuthenticationEndpointErrorPage = "https://localhost:9443/emailotpauthenticationendpoint/emailotpError.jsp"
EmailAddressRequestPage = "https://localhost:9443/emailotpauthenticationendpoint/emailAddress.jsp"
EMAILOTPAuthenticationEndpointURL = "/authenticationendpoint/emailOtp.jsp"
EmailOTPAuthenticationEndpointErrorPage = "/authenticationendpoint/emailOtpError.jsp"
EmailAddressRequestPage = "/authenticationendpoint/emailAddressCapture.jsp"
usecase = "local"
secondaryUserstore = "primary"
EMAILOTPMandatory = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ The following code snippet shows a sample SMSOTP configuration in the `<IS_HOME>
enable=true

[authentication.authenticator.sms_otp.parameters]
SMSOTPAuthenticationEndpointURL= "/smsotpauthenticationendpoint/smsotp.jsp"
SMSOTPAuthenticationEndpointErrorPage= "/smsotpauthenticationendpoint/smsotpError.jsp"
MobileNumberRegPage = "/smsotpauthenticationendpoint/mobile.jsp"
SMSOTPAuthenticationEndpointURL= "/authenticationendpoint/smsOtp.jsp"
SMSOTPAuthenticationEndpointErrorPage= "/authenticationendpoint/smsOtpError.jsp"
MobileNumberRegPage = "/authenticationendpoint/mobile.jsp"
RetryEnable = true
ResendEnable = true
BackupCode = true
Expand Down

0 comments on commit 92fc3e4

Please sign in to comment.