OpenConext / OpenConext-oidcng

OpenID Connect gateway - The Next Generation
3 stars 5 forks source link

remove unspecified_id and add sub to introspect endpoint #79

Closed phavekes closed 1 hour ago

phavekes commented 1 hour ago

This issue is imported from pivotal - Originaly created at Jun 7, 2019 by Bart Geesink

currently the introspect endpoint returns unspecified_id. This is present in the subject if the nameid of the RP is set to unspecified. We\'ll only have to deal with this issue with internal RP\'s and the NWA RPs

phavekes commented 1 hour ago
@bartgeesink Implemented. The unspecified_id in only added when the RP has one of NameIDFormat(.*) set to \'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified\' (Okke Harsta - Jun 7, 2019)
phavekes commented 1 hour ago

Nice, that makes the transition for current introspect users easier (Bart Geesink - Jun 13, 2019)