Difference between revisions of "Configure X509 Certificate Authentication"

From FMR Knowledge Base
Jump to navigation Jump to search
(Created page with "Category:FMR_Configuration_Reference Category:How_To ==Authentication via Certificates== Fusion Meta Data Registry (FMR)supports authentication via the use of an X509...")
 
(Authentication via Certificates)
Line 4: Line 4:
 
Fusion Meta Data Registry (FMR)supports authentication via the use of an X509 certificate (in the PKCS12 format).<br>
 
Fusion Meta Data Registry (FMR)supports authentication via the use of an X509 certificate (in the PKCS12 format).<br>
  
The Web Application Container WAC (e.g. Tomcat) must be configured to trust the certificate as the WAC is responsible for authenticating the Certificate.  ''Certificate Authentication will only work if HTTPS is enabled'''''(is this correct - if so where do you do that?'''<br>
+
The Web Application Container WAC (e.g. Tomcat) must be configured to trust the certificate as the WAC is responsible for authenticating the Certificate.   
 +
 
 +
''Certificate Authentication will only work if HTTPS is enabled''''' (is this correct - if so where do you do that?'''<br>
  
 
When the request is passed onto the FMR, it will attempt to map the Certificate to a FMR user. <br>
 
When the request is passed onto the FMR, it will attempt to map the Certificate to a FMR user. <br>
 
   
 
   
To support a new Certificate, log into the FMR as an Admin user, and navigate to Security -> Certificate Manager.  New Certificates are added by clicking on the cogs icon and selecting Create New Certificate Definition.
+
To support a new Certificate, log into the FMR as an Admin user, and navigate to Security -> Certificate Manager.  <br>
 +
 
 +
New Certificates are added by clicking on the cogs icon and selecting Create New Certificate Definition.
 +
 
 +
[[File:Certificate Manager Page.PNG|Authentication|1000px]]

Revision as of 04:18, 21 July 2022

Authentication via Certificates

Fusion Meta Data Registry (FMR)supports authentication via the use of an X509 certificate (in the PKCS12 format).

The Web Application Container WAC (e.g. Tomcat) must be configured to trust the certificate as the WAC is responsible for authenticating the Certificate.

Certificate Authentication will only work if HTTPS is enabled (is this correct - if so where do you do that?

When the request is passed onto the FMR, it will attempt to map the Certificate to a FMR user.

To support a new Certificate, log into the FMR as an Admin user, and navigate to Security -> Certificate Manager.

New Certificates are added by clicking on the cogs icon and selecting Create New Certificate Definition.

Authentication