fabric-testbed / fabric-core-api

Python (Flask) based ReSTful API for FABRIC Core User Services
MIT License
0 stars 0 forks source link

v1.6.0 - update how user identity via OIDC claims based auth is handled #45

Closed mjstealey closed 11 months ago

mjstealey commented 1 year ago

Update the FABRIC service based user identity to be solely based on OIDC claim sub

Details below

There is an increasing number of non-US based user's coming on board whose identity providers are not populating claims for email, given_name, family_name, and/or name. The only claim that can be counted on is sub (subject identifier)

mjstealey commented 11 months ago

merged and deployed