Question - Locked out after SAML setup

We are trying to get started with Eramba. After initial setup of the docker version of Eramba, we are now locked out of the web interface after saving a SAML authentication that was seemingly in error.

What are our options to recover this instance? We cant figure out how to connect to the mysql db to edit configurations either.

Thanks!

Hello,

Local admin account that is created when you first login should be still accessible.
Or what do you mean by locked out?
Regarding the connection to MySQL, you have to go inside the MySQL container
docker exec -it mysql bash
and from there you can connect to MySQL normally. It is not recommended to touch db directly.