OIDC error No provisioning flow selected during login. This is caused by an OIDC configuration with no provisioning flow selected.

0
I am using Studio Pro Version 10.18.1 and OIDC SSO version 4.0.0. I set the after-startup microflow to ASU_OIDC_Startup as stated in the OIDC documentation. However, when I try to run it locally I get the errors in the images below. Please advise
asked
1 answers
1

Hi there! It looks like there exists an invalid ClientConfiguration in the database, that is, one where there is no provisioning flow set. Either remove the after startup flow for now, and edit the configuration so it has a provisioning flow, and then put the after startup flow back.

 

Another option would be to delete the existing client configuration from the database and start up the app again.

 

Good luck!

answered