open-vault/ui/app/templates/components/wizard/radius-method.hbs
2018-08-28 00:03:55 -05:00

11 lines
320 B
Handlebars

<WizardSection
@headerText="RADIUS"
@headerIcon="enable/radius"
@docText="Docs: RADIUS Authentication"
@docPath="/docs/auth/radius.html"
>
<p>
The RADIUS auth method allows users to authenticate with Vault using an existing RADIUS server that accepts the PAP authentication scheme.
</p>
</WizardSection>