Backends configuration | Email configuration
Backends parameters help to manage identity storage and associated features within the server. Those are to keep credentials and identities while providing them abilities helping to manage authorization and authentication provided by the identity provider interfaces.
Backends can be customized through either the Administration API or the user interface providing 6 categories of settings:
- General configuration
- Type
- Email configuration
- Identity federation
- Verifiable credentials
- User metadata
Email configuration parameters
SMTP configuration
From is the from
email header field, corresponding to the sender email.
Relay is the SMTP server hostname which will be relaying the emails.
Username the username
part of the credentials used to connect to the SMTP server.
Password the password
part of the credentials used to connect to the SMTP server.
SSL determine if the connection to the SMTP server is to be encrypted using SSL.
TLS can be one of Always, Never, If available, determine if the emails are to be encrypted using TLS.
Port is the SMTP server port to be used.
Email templates
Edit confirmation template is the template used while sending email confirmation emails.
Edit reset password template is the template used while sending reset password emails.
Edit transaction code template is the template used while sending OpenID 4 Verifiable Credentials issuance tx_code
emails.