{{#if (and cluster.standby hasCSPError)}}
{{message-error errorMessage=cspErrorText data-test-auth-error=true}}
{{else}}
{{message-error errorMessage=error data-test-auth-error=true}}
{{/if}}
{{#if (and hasMethodsWithPath (not selectedAuthIsPath))}}
{{/if}}
{{partial providerPartialName}}
{{#unless (or selectedAuthIsPath (eq selectedAuthBackend.type "token"))}}
{{toggle-button toggleTarget=this toggleAttr="useCustomPath"}}
{{#if useCustomPath}}
If this backend was mounted using a non-default path, enter it here.
{{/if}}
{{/unless}}