# SSO Connect Version 14.1

## Features & Benefits

* SSO Connect now has a new configuration parameter: key\_type.\
  \
  The value can be “rsa” or “ec” (case-insensitive). This is a shared property so it is stored in the data/shared.properties file.<br>

  It is also synchronized with KeeperApp and shared with other instances.<br>

  We also removed the “key password” dialog box on the Configuration page when the SSL certificate file is in .pfx format. The library we are using assumes that if the file has both a “key store password” and a “key password”, they are the same. So we shouldn’t allow the user to enter a different “key password”.<br>
* Package Keeper SSO Connect as .msi installer<br>
* The SAML IDP Metadata standard says that the metadata must contain one SingleSignOn binding, either POST or REDIRECT. Keeper SSO Connect is requiring Redirect. Changed the validator to accept either POST or REDIRECT.<br>
* Support for password-protected .pfx certificate files


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keeper.io/release-notes/jp/enterprise/sso-connect/sso-connect-version-14.1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
