Certificate-Based Authentication
This guide demonstrates how to configure certificate-based authentication (CertificateAuth) in Fortified ID Access.
Scenario
Prerequisite
Configuration Steps
{
"id": "cert",
"type": "CertificateAuth",
"config": {
"base_path": "/access/authn",
"certificate_header_name": "SSL_CLIENT_CERT",
"missing_certificate_location": "https://<custom_location>",
"exports": [
{
"name": "AuthnContextClassRef",
"value": "urn:oasis:names:tc:SAML:2.0:ac:classes:X509"
},
{
"name": "amrRef",
"value": "x509"
},
{
"name": "used_auth",
"value": "cert"
}
]
}
}Test the configuration
Troubleshooting
Last updated