SSO Plugin Schema does not include mappings

I'm unsure how or where the mappings I register in the SSO provider endpoint are being stored, but im not seeing them anywhere, so I'm curious as to how the registered SSO provider knows what to look for? I'm beginning to believe this is why everytime a user is SSO'd even though I get 200 for the response, I error out because the user it's trying to create is all null values which violates my db schema for not null columns.
1 Reply
Shifty
ShiftyOP3mo ago
Either mapping is meant to be inside of SAMLConfig, which according to the code looks like that's where it's being looked for inside of the parsedSamlConfig. Or mapping is meant to be a seperate column Ok so after further investigation it turns out the the registerSSOProvider is the culprit, because it doesnt include mapping in the samlConfig like it does for the oidcConfig, which causes the callbackSSOSAML function to throw undefined because it has nothing to read.

Did you find this page helpful?