Content
View differences
Updated by Pavel Balashou 10 months ago
### Steps to reproduce
1. Configure Entra OIDC.
2. Configure Microsoft SCIM Provisioning.
3. Provision one user.
4. Check user was added to OP.
5. Try to log in using Entra OIDC.
6. See the registration form.
### What is the buggy behavior?
* User is not picked up and considered a new one.
* There was an error notification shown with the message "XYZ"
### What is the expected behavior?
1. There is no registration form.
2. Provisioned user is found and logged in successfully.
#### Links to get context regarding `sub` and `oid`
* Kinda official answer on the topic https://learn.microsoft.com/en-us/answers/questions/1291760/how-to-make-sure-the-sub-field-in-idtoken-during-s
* Entra OIDC claims description [https://learn.microsoft.com/en-us/entra/identity-platform/id-token-claims-reference#payload-claims](https://learn.microsoft.com/en-us/entra/identity-platform/id-token-claims-reference#payload-claims)
* <br>
1. Configure Entra OIDC.
2. Configure Microsoft SCIM Provisioning.
3. Provision one user.
4. Check user was added to OP.
5. Try to log in using Entra OIDC.
6. See the registration form.
### What is the buggy behavior?
* User is not picked up and considered a new one.
* There was an error notification shown with the message "XYZ"
### What is the expected behavior?
1. There is no registration form.
2. Provisioned user is found and logged in successfully.
#### Links to get context regarding `sub` and `oid`
* Kinda official answer on the topic https://learn.microsoft.com/en-us/answers/questions/1291760/how-to-make-sure-the-sub-field-in-idtoken-during-s
* Entra OIDC claims description [https://learn.microsoft.com/en-us/entra/identity-platform/id-token-claims-reference#payload-claims](https://learn.microsoft.com/en-us/entra/identity-platform/id-token-claims-reference#payload-claims)
* <br>