You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the OpenID Provider object is partially persisted to the database in the wizard flow, even if subsequent steps fail validation. "Back" button deletes OpenID provider from database which is incorrect, we shouldn't add OpenID provider to database in first place, if error occurs.
Expected Behaviour: The provider object should only be fully created and committed to the database after all configuration steps are successfully completed (after user explicitly clicked 'Finish' in last step)
Description
Currently, the OpenID Provider object is partially persisted to the database in the wizard flow, even if subsequent steps fail validation. "Back" button deletes OpenID provider from database which is incorrect, we shouldn't add OpenID provider to database in first place, if error occurs.
Expected Behaviour: The provider object should only be fully created and committed to the database after all configuration steps are successfully completed (after user explicitly clicked 'Finish' in last step)
Screen.Recording.2026-04-10.at.15.24.42.mov