mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-25 06:28:22 +00:00
Doc: Updating Private Key Information for SAML (#16739)
This commit is contained in:
parent
1961e016a5
commit
9f6e3181c0
@ -78,6 +78,12 @@ Every IDP provides this information, we can download the XML Metadata and config
|
||||
3. X509 Certificate -> In case the SP expects a signed response from IDP, the IDP can be configured with Signing Certificate given by SP.
|
||||
4. Private Key -> In case SP expects a encrypted response from the IDP , the IDP can be configured with SPs public key for encryption and the Private Key can be used for SP for decrypting.
|
||||
|
||||
{% note %}
|
||||
|
||||
To add a private key, you need to include it in the keystore and update the configuration details accordingly [here](https://github.com/open-metadata/OpenMetadata/blob/main/conf/openmetadata.yaml#L219).
|
||||
|
||||
{% /note %}
|
||||
|
||||
SP Metadata XML is available at "http://localhost:8585/api/v1/saml/metadata", `localhost` needs to be updated with the correct URI.
|
||||
|
||||
### Security Configuration
|
||||
|
||||
@ -78,6 +78,12 @@ Every IDP provides this information, we can download the XML Metadata and config
|
||||
3. X509 Certificate -> In case the SP expects a signed response from IDP, the IDP can be configured with Signing Certificate given by SP.
|
||||
4. Private Key -> In case SP expects a encrypted response from the IDP , the IDP can be configured with SPs public key for encryption and the Private Key can be used for SP for decrypting.
|
||||
|
||||
{% note %}
|
||||
|
||||
To add a private key, you need to include it in the keystore and update the configuration details accordingly [here](https://github.com/open-metadata/OpenMetadata/blob/main/conf/openmetadata.yaml#L219).
|
||||
|
||||
{% /note %}
|
||||
|
||||
SP Metadata XML is available at "http://localhost:8585/api/v1/saml/metadata", `localhost` needs to be updated with the correct URI.
|
||||
|
||||
### Security Configuration
|
||||
|
||||
@ -78,6 +78,12 @@ Every IDP provides this information, we can download the XML Metadata and config
|
||||
3. X509 Certificate -> In case the SP expects a signed response from IDP, the IDP can be configured with Signing Certificate given by SP.
|
||||
4. Private Key -> In case SP expects a encrypted response from the IDP , the IDP can be configured with SPs public key for encryption and the Private Key can be used for SP for decrypting.
|
||||
|
||||
{% note %}
|
||||
|
||||
To add a private key, you need to include it in the keystore and update the configuration details accordingly [here](https://github.com/open-metadata/OpenMetadata/blob/main/conf/openmetadata.yaml#L219).
|
||||
|
||||
{% /note %}
|
||||
|
||||
SP Metadata XML is available at "http://localhost:8585/api/v1/saml/metadata", `localhost` needs to be updated with the correct URI.
|
||||
|
||||
### Security Configuration
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user