Hi,
In our case, the c# command HttpContext.Current.User.Identity.Name returns 'urn:federation:adatum\AdamCar@adatum.com'. Is there a way to retrieve only the domain and username or we have to manipulate de string to extracte the info we want.
Thanks
It is a Token app.
Shadow groups.
Joe,
Is there a way to put the e-mail adress of our business partner into the token? If yes, how to put the e-mail into it and how to retrieve it?
You could try using Mail as the identity claim instead of UPN. That's the only thing I can think of here.
The alternate approach would be to make the app claims-aware instead of token based. Then you get more flexibility.