You are currently viewing Updating SAML Azure AD Claims in Evolve Database Manually for Users with Different Username and Email ID Values

Updating SAML Azure AD Claims in Evolve Database Manually for Users with Different Username and Email ID Values

Description:

SAML Azure AD: In case if any user is having the username and email id values different, then they will need to update the claims in Evolve database manually

Works with Evolve

Cause;

Cause:

  1. Evolve setup is of SAML Azure AD.
  2. Any user having a username as test@abc.com but email id as test@def.com
  3. Login for this user won’t work.

Solution:

Following query needs to be executed on Evolve database and then perform an Application pool recycle for the Evolve or application or perform an IIS reset on Evolve server.
 
update [dbo].[IdentityConfiguration]
set Value ='<claims>’
where [Key] = ‘SamlEmailAddressPath’
 
Claims that customer needs to use for its login. By default we are using emailaddress claims in our application and its default value value is “http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress“.

 

Leave a Reply