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
Bert Vandenberghe [SLC] [DevOps Enabler] Answered question 15th May 2025
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
Cedric Poisson Posted new comment 19th May 2025
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.