open-vault/ui/app/templates/components/wizard/azure-method.hbs

11 lines
277 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<WizardSection
@headerText="Azure"
@headerIcon="enable/azure"
@docText="Docs: Azure Authentication"
@docPath="/docs/auth/azure.html"
>
<p>
The Azure auth method allows authentication against Vault using Azure Active Directory credentials.
</p>
</WizardSection>