ProviderApplication.settings
are usually settings required by frontend for handling authentication. As this will be provided to the frontend (sometimes without authentication), we should not store any secrets in here. Common fields stored here are id
s, logos, color themes, etc.
ProviderApplication settings for Auth0Provider
.
Your Auth0 account domain (ex. auth.botmd.io
).
Your Auth0 client ID.
Must be at least 1
characters long
Specifies how to send the code/link to the user. Value must be either email
or sms
.
Provider settings for 'AzureADProvider'
The Azure AD client ID.
Must be at least 1
characters long
Provider settings for QRCodeProvider
.
The URL to use for generating the QR code. This URL will include a ${web_session}
which should be replaced with the pre-generated web session UID. It is usually botmd://hospital/qrcodeLogin?session=${web_session}
.