IdentityPython / SATOSA

Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2)
https://idpy.org
Apache License 2.0
197 stars 121 forks source link

feat: add metadata_store to context #438

Open kofzera opened 1 year ago

kofzera commented 1 year ago

Added a function that collects metadata for swamid-satosa metainfo plugin for non-SAML backends. The metadata is collected into dictionary and added to the context. The functionality added is similar to saml backend where the context is decorated with metadata of mdstore type.

All Submissions:

melanger commented 1 year ago

relates to https://github.com/SUNET/swamid-satosa/pull/2

melanger commented 8 months ago

@c00kiemon5ter Hi, can you please merge this? It should not break anything as it only adds metadata to the Context.