ADFS and JIT federated login

Patrick_
Community Member

I'm in the process of migrating our federated authentication over to ADFS (v4) and we were able to the authentication is working on the test platform but when we try to release the givenname, surname, eppn, mail, ect attributes none of them are mapping in.

Canvas config:

"federated_attributes": {
        "given_name": {
            "attribute": "given_name",
            "provisioning_only": false
        },
        "surname": {
            "attribute": "surname",
            "provisioning_only": false
        },
        "display_name": {
            "attribute": "display_name",
            "provisioning_only": false
        },
        "email": {
            "attribute": "email",
            "provisioning_only": false
        },
        "name": {
            "attribute": "name",
            "provisioning_only": false
        }
        }

 

On the SAML request we can see all the attributes being released either via the URN:OID values which is typical or via the above parameters but none are appearing. Any ideas on what we are missing?

0 Likes