uchicago / shibboleth-oidc

OpenID Connect support for the Shibboleth Identity Provider v3
Apache License 2.0
81 stars 19 forks source link

Design attribute encoders for OIDC #13

Closed mmoayyed closed 8 years ago

mmoayyed commented 9 years ago

When releasing attributes, consider writing specific encoders that fit within the Idp's attribute resolver engine.

mmoayyed commented 8 years ago

Look into how claims as part of the id token can be retrieved from IdP attributes basically. Make sure the UserInfo service can talk to the IdP's attribute resolver to figure out the principal, etc.

mmoayyed commented 8 years ago

Done.