I am setting up a relaying party trust (IDP) for an application a SP provides. Problem is that the SP requires a "customer ID" to be prefixed the username. E.g on-prem AD user john@company.com logges on and SP requires 001john@company.com to access the application. How do i configure ADFS 3.0 to include the "customer id" in SAML token?
Error i receive now is: "The customer Id in the username john@company.com does not match the ones configued for the partner [001]. SP uses IBM FIM as federation solution. Metadata is set up on both SP and IDP side.
Thanks.