Right now if a claim is missing (e.g. firstName and lastName), we assume this is because the SAML app was not configured with those claims. However, depending on the IdP, if those fields are empty in the user profile (which may be the case for "service accounts"), then those claims may be omitted altogether. Should add this caveat to the output of that test.
Right now if a claim is missing (e.g.
firstNameandlastName), we assume this is because the SAML app was not configured with those claims. However, depending on the IdP, if those fields are empty in the user profile (which may be the case for "service accounts"), then those claims may be omitted altogether. Should add this caveat to the output of that test.