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

new: add microservice to expose info about IdP from SAML metadata as attributes #448

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 6, 2023

  1. new: add microservice to expose info about IdP from SAML metadata as …

    …attributes
    
    Primary goal was to expose registration_authority for services connected to eduGAIN.
    
    Generalised to expose all possibly useful info available from MDStore.
    
    Notable decisions:
    * while registration_authority is included in registration_info data structure,
      exposing it directly should make it easier for applications to consume and process the value.
    * to expose scopes, it was necessary to revert the regex_compile step done when regexp="true"
      (as Pattern objects are not seriazable)
    * tuple objects are not serializable and had to be converted to a list
    * mod_auth_openidc does not accept lists of complex types as claim value, assuming this might
      also apply to other RP implementations, wrap the listt a dict to match other attributes.
    vladimir-mencl-eresearch committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    feb6da1 View commit details
    Browse the repository at this point in the history