Replies: 1 comment 2 replies
-
Hello @kvnsuryaa Which version of Kratos are you using? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue Description
based of this #1570, I'm encountering an error while trying to implement SMS functionality in the registration_code template of Courier configuration. The error indicates that SMS is not an allowed property in this template.
Error Description
While implementing phone-based registration using Kratos, the system fails to process the SMS template configuration.
Request Details
Registration Flow Request
Request Body
HTTP Response
Kratos Logs
Investigation Findings
After investigating using master branch, I found in the
config.schema.json
that SMS method is not included in the allowed properties for the registration_code template.Current Configuration
Expected Behavior
I expected to be able to configure SMS delivery method in the registration_code template, similar to how other notification methods work like login_code.
Schema Definition Issue
The
config.schema.json
appears to be restrictive and doesn't include SMS as an allowed property for the registration_code template.Questions
Environment
Additional Context
Beta Was this translation helpful? Give feedback.
All reactions