SSO and scim for azure active directory
needed some help with sso and scim, in my web application i need to implement sso and scim, where in i want to fetch the users using scim in my web application and for those same users i want them to sso to my web application. Right now i am able to get the users from scim , i am able to implement sso also but not able to link those two, ie say if i add a user in azure ad, that user gets added to my system, so when sso happens i get sub and oid, should i include oid info when i m getting data via scim, so when people do sso, it can decide the id token, get the oid and check if the oid is present in my web aplpication
Read more here: Source link