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

11 lines
313 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<WizardSection
@headerText="RADIUS"
@headerIcon="radius"
2018-08-28 05:03:55 +00:00
@docText="Docs: RADIUS Authentication"
@docPath="/docs/auth/radius.html"
>
<p>
2019-03-29 23:40:12 +00:00
The RADIUS Auth Method allows users to authenticate with Vault using an existing RADIUS server that accepts the PAP authentication scheme.
2018-08-28 05:03:55 +00:00
</p>
</WizardSection>