Hello Ivan,
thank you for your quick response. Adding assurance_certification works
great!
czw., 2 wrz 2021 o 15:55 Ivan Kanakarakis <ivan.kanak at gmail.com>
napisał(a):
hello Jakub,
## refeds metadata
the refeds metadata is not known to pysaml2, and thus there is no way
to do this.
We can look into adding support and exposing that as part of the
configuration.
Until that is in place, you can add a post processing rule on your
deployment proceed to inject the namespace and element as needed.
## assurance certification
To add an assurance certification you can add the following in your
saml frontend configuration:
```yaml
module: ...
name: ...
config:
idp_config:
...
assurance_certification:
-
https://refeds.org/sirtfi
...
```
On Thu, 2 Sept 2021 at 15:25, Jakub Niezabitowski
<kuba.michal.n at gmail.com> wrote:
Hello,
does anybody know how to specify remd:contactType for Satosa
front-end? It is
necessary for Refeds. Example:
<md:ContactPerson contactType="other" remd:contactType="
http://refeds.org/metadata/contactType/security">
<md:Company>XYZ</md:Company>
<md:GivenName>ABC</md:GivenName>
<md:SurName>Security</md:SurName>
<md:EmailAddress>mailto:security at example.com</md:EmailAddress>
</md:ContactPerson>
I would be also very thankful for help in adding this static string to
metadata:
<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
...>
<md:Extensions>
<mdattr:EntityAttributes
xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute">
<saml:Attribute
xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
Name="urn:oasis:names:tc:SAML:attribute:assurance-certification">
<saml:AttributeValue>https://refeds.org/sirtfi
</saml:AttributeValue>
> </saml:Attribute>
> </mdattr:EntityAttributes>
> </md:Extensions>
> </md:EntityDescriptor>
> Thank you in advance for any help
> Jakub
> _______________________________________________
> satosa-users mailing list
> satosa-users at lists.sunet.se
>
https://lists.sunet.se/listinfo/satosa-users
--
Ivan c00kiemon5ter Kanakarakis >:3