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
The trick (for me) will be setting up test, especially for the Integration tests pipeline. Do you have something already ? Note : today, the Integration tests pipeline spins up a default Neo4j docker image ; maybe we could have one with SSO enabled ? Then the test gets a token and tries to connect and that should be it.
See PR #744 => this allows to pass your own driver => you can create it any way you want, including with SSO token instead of basic auth.
So this will be possible starting with release 5.2
It looks like neomodel only supports basic_auth. Need support for bearer_auth for sso.
The text was updated successfully, but these errors were encountered: