Using the Management Portal

The Keyfactor Command Management Portal is a web-based application that you can open in any supported browser. The default URL for the Management Portal is (where KEYFACTOR_SERVER_FQDN is the FQDN of your Keyfactor Command administration server):

https://KEYFACTOR_SERVER_FQDN/KeyfactorPortal

If your environment uses OAuth as an identity provider and has more than one identity provider, you can specify the identity provider to use for authentication in the URL using an identity provider hint (where IDP_NAME is the authentication scheme of the selected identity provider):

https://KEYFACTOR_SERVER_FQDN/KeyfactorPortal/Login/Signin?idpHint=IDP_NAME

You only need to specify the identity provider for identity providers that have not been configured as the default identity provider.

In addition to the main URL, the pages in the Management Portal are available via deep link. To find the deep link for a page, just visit the page in your browser and copy the URL from the browser’s URL line. For example, the deep link URL directly to the certificate search page in the Management Portal is available at:

https://KEYFACTOR_SERVER_FQDN/KeyfactorPortal/CertificateCollection/Edit?cid=0

You can change the number at the end of this deep link to direct the deep link to a specific saved collectionClosed The certificate search function allows you to query the Keyfactor Command database for certificates from any available source based on any criteria of the certificates and save the results as a collection that will be availble in other places in the Management Portal (e.g. expiration alerts and certain reports). instead of the main search. You can find the collection number by browsing to the collection and viewing the URL in your browser. You can also build links to specific searches, rather than saved collections. For more information, see Certificate Search and Collections.

The IdP link and the deep link may be stacked, so that you may specify both a deep link and a specific identity provider like so:

https://KEYFACTOR_SERVER_FQDN/KeyfactorPortal/CertificateCollection/Edit?cid=0/Login/Signin?idpHint=IDP_NAME

The following is some information to help you understand and use the Management Portal successfully.