We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
Thank you bugy for this amazing tool. I was wondering if there are any plans to add auth support for Azure AD OAuth?
If not, would you mind providing some pointers on how one could implement that?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, unfortunately, it's not supported. But if it's more or less the standard OAuth implementation, it should be quite straightforward to implement. Here is an example of Google OAuth: https://github.com/bugy/script-server/blob/master/src/auth/auth_google_oauth.py It's pretty small, since the main implementation is located in the parent OAuth class: https://github.com/bugy/script-server/blob/master/src/auth/auth_abstract_oauth.py
Besides this class, the following things should be updated:
script-server/src/model/server_conf.py
Line 222 in 6015e14
Sorry, something went wrong.
Thank you, bugy. I will look into it!
No branches or pull requests
Hello!
Thank you bugy for this amazing tool. I was wondering if there are any plans to add auth support for Azure AD OAuth?
If not, would you mind providing some pointers on how one could implement that?
Thanks!
The text was updated successfully, but these errors were encountered: