litsec / swedish-eid-opensaml

OpenSAML extensions for the Swedish eID Framework
Apache License 2.0
0 stars 0 forks source link

Provide SwedishEidSecurityConfigurationBootstrap for Swedish eID Framework algorithm defaults #36

Closed martin-lindstrom closed 5 years ago

martin-lindstrom commented 5 years ago

OpenSAML provides the class org.opensaml.xmlsec.config.impl.DefaultSecurityConfigurationBootstrap which contains the OpenSAML-defaults for crypto algorithms. These defaults differ slightly with the algorithms suggested in SAML2Int (https://kantarainitiative.github.io/SAMLprofiles/saml2int.html) and the ones defined within the Swedish eID Framework (not published yet).

We should introduce a SwedishEidSecurityConfigurationBootstrap class corresponding to the OpenSAML class but with the Swedish eID-settings.

martin-lindstrom commented 5 years ago

Fixed in PR https://github.com/litsec/swedish-eid-opensaml/pull/40.