Hello,
Does dataminer gather all attributs coming from SAML authentification ?
We would like to collect the email associated to the credential send via SAML for Dashboard login.
Then add this email in a database in order to send alerts notifciations.
Regards
Hi Cedric,
That information should be transferred via so-called claims. DataMiner is indeed expecting an email address via one of the claims, so that the user in DataMiner has a correct email address for notifications.
Not sure which identity provider you use, but for Azure AD (or Entra ID), you can find this in step 11 at the very bottom of this page: Configuring SAML with Microsoft Entra ID as identity provider | DataMiner Docs
I hope this helps you.
Bert
Hi Bert,
It helps and give hope 🙂
Now we have to check internally on our idp
We will work on it with this new input thanks.