You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Take a look at authentiks [expression documentation](https://next.goauthentik.io/add-secure-apps/providers/property-mappings/expression) for all of the available variables.
71
+
72
+
Since you have decided to go the advanced way, you will have to use [**Message Templates**](../configuration/message-templates), here is an example:
73
+
74
+
```yaml
75
+
settings:
76
+
message:
77
+
template: |
78
+
**Your Verification Code**
79
+
80
+
Use the verification code below to complete your sign-in:
81
+
82
+
{{ @token }}
83
+
84
+
This code expires in 5 minutes⏱️.
85
+
If you didn’t request it, you can ignore this message.
86
+
```
87
+
41
88
### 4. Enable SMS-Verification
42
89
43
90
To be able to use the newly created authenticator you need to enable **SMS-based Authenticators** in `default-authentication-mfa-validation`.
44
91
92
+
Go to `Flows and Stages > Stages` and edit the `default-authentication-mfa-validation` stage.
0 commit comments