Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specifying encryption details in /saml/metadata #150

Open
mjobin-mdsol opened this issue Dec 15, 2020 · 0 comments
Open

Specifying encryption details in /saml/metadata #150

mjobin-mdsol opened this issue Dec 15, 2020 · 0 comments

Comments

@mjobin-mdsol
Copy link
Collaborator

Would it make sense to specify the encryption algo and key transport in the saml metadata?
I think SP that imports configuration needs it to work with encryption.

I found this example.

<EncryptionMethod Algorithm="http://www.w3.org/2009/xmlenc11#rsa-oaep">
  <ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
  <xenc11:MGF Algorithm="http://www.w3.org/2009/xmlenc11#mgf1sha256"/>
</EncryptionMethod>
<EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes128-cbc">
  <xenc:KeySize>128</xenc:KeySize>
</EncryptionMethod>

can this be configured already?

@Zogoo Zogoo changed the title Specifying encription details in /saml/metadata Specifying encryption details in /saml/metadata Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants