Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for bearer_auth (sso) #617

Closed
lqst opened this issue Apr 8, 2022 · 2 comments
Closed

Add support for bearer_auth (sso) #617

lqst opened this issue Apr 8, 2022 · 2 comments

Comments

@lqst
Copy link

lqst commented Apr 8, 2022

It looks like neomodel only supports basic_auth. Need support for bearer_auth for sso.

@mariusconjeaud
Copy link
Collaborator

This should be pretty easy to implement.

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.

What do you think @lqst ?

@mariusconjeaud
Copy link
Collaborator

mariusconjeaud commented Sep 15, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants