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

docs: Fix orcid mapping in example internal_attributes #401

Closed melanger closed 2 years ago

melanger commented 2 years ago

ORCID attributes have different names (coming from OrcidBackend)

just documentation fix

c00kiemon5ter commented 2 years ago

hm, we have a custom mapping within the OrcidBackend class which shouldn't really be there. We should have access to the complete response and choose what parts to map.

I will merge this now, but should come back later to allow access to the complete response.