Our company is setting up Azure B2C as our IDP. If we have 2 different applications that will authorise through B2C, can you send different claim data with the token depending on which application the user is signing in to?
From some research it looks like this could be possible through different custom policies per application, is this also true?
The main reason is that we want to send sensitive user data to one application that GDPR (data protection) states it can use, whereas the other application will neither have any use for this user data nor would it be approved under GDPR rules.