is_use_single_sign_on=false
in personnel settings.https://www.labii.app/accounts/login/
to the login page of your IdP.Platform=Web
, Sign on method=SAML 2.0,
and click CreateApplication Name=Labii ELN & LIMS
username -> user.email
first_name -> user.firstName
last_name -> user.lastName
email -> user.email
Identity Provider metadata
from and paste it to Metadata auto conf url.email, first_name, last_name, username
as following parameters.email -> Email
first_name -> First Name
last_name -> Last Name
username -> Email
{
"email": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress",
"username": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress",
"last_name": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname",
"first_name": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname"
}