OIDC SSO - Auto provisionning - import table not created for userInfo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi !
I'm actually configuring a OIDC SSO for my customer :
- the authentication is ok
- the user account I'm using is correctly connected to Service Now
I'm also configuring Autoprovisionning for my user, which is based on both ID Token and User info.
I have created a data source for ID Token provisionning, and a data source for user info provisionning.
-> The provisionning based on ID token works fine, it creates my user in sys_user table, if not exists
-> The provisionning based on user info doesn't work, because it doesn't create the import table automatically.
I've looked at on http outbound requests, I see the user info called, next to id token one.
I see an import set created on user info, but it fails, due to the lack of my import table...
Could you please help me to understand where I'm wrong ?
