Not able to login via OIDC SSO module 2.3.0 in Mendix version 9.24.9

0
Hi All,   I am trying to login via OIDC SSO module , I got the client id, secret key, tenant id from azure and I have done all the OIDC Client configuration as per the the documentation. But when I trying to login via SSO it's not happening. I also tried to put the breakpoint on UserProvisioning_Sample microflow but that breakpoint is also not triggering. If anyone has any idea what could be the issue in it, let me know. Any suggestion would be helpful.   Thanks,
asked
1 answers
0

The UserProvisioning_Sample is not used in the default flow; it is only an example.  The default, Standard OIDC flow actually calls UserProvisioning_StandardOIDC.

 

 

answered