Commit Graph

6 Commits

Author SHA1 Message Date
Joel Speed 967051314e
Integrate claim extractor into providers 2022-02-16 10:28:33 +00:00
Nick Meves bdfca925a3 Handle UPN fallback when profileURL isn't set 2021-12-01 19:08:15 -08:00
Nick Meves 1621ea3bba ADFS supports IDToken nonce, use it 2021-12-01 19:08:15 -08:00
Nick Meves 4980f6af7d Use upn claim as a fallback in Enrich & Refresh
Only when `email` claim is missing, fallback to `upn` claim which may have it.
2021-12-01 19:08:10 -08:00
Nick Meves a53198725e Use `upn` as EmailClaim throughout ADFSProvider
By only overriding in the EnrichSession, any Refresh calls
would've overriden it with the `email` claim.
2021-12-01 19:06:02 -08:00
Sami Racho a14c0c2121 Added ADFS Provider 2021-06-13 10:19:56 +02:00