-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Fiware backend #72
base: master
Are you sure you want to change the base?
Fiware backend #72
Conversation
…into fiware_backend
Awesome! A quick question, and then a request before starting review:
Looking forward to this discussion! Let me know your thoughts on the above. |
Hi @vsoch ,
Let me know your thought! |
Yes, please give a first shot at making it a plugin (2) and I will be glad to help. |
…into fiware_backend
Hi @vsoch , I did the first effort to add Can you provide me some guiding to finish this process?? Thanks in advance! |
shub/settings/auth.py
Outdated
@@ -30,8 +30,7 @@ | |||
'social_core.backends.twitter.TwitterOAuth', | |||
'social_core.backends.facebook.FacebookOAuth2', | |||
'social_core.backends.github.GithubOAuth2', | |||
'guardian.backends.ObjectPermissionBackend', | |||
'shub.backends.keyrock.KeyrockOAuth2', | |||
'social_core.backends.gitlab.GitLabOAuth2', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you know why this is an added line here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mmmm no Idea, it appears after the merge. It should be removed?
I can pull this today and give it a try! Do you have any way for me to try testing the actual authentication? How do I set up an account to test? |
The default public endpoint can be found here:
You can create an account, create a new application and register your deployment. If you prefer I can give you some secrets for an application registered by myself in our hosted IDM. It's for an sregistry deployed locally (with IP 127.0.0.1) and http protocol. It's perfect for tests! ;) |
okay this would be great!! I'd love an account! I'm going to be able to work on this when I wake up (again) it's still pretty early here. Do you want to send me the credentials securely? You should be able to find me in the Github events log. |
Sorry, I have sent you an email with the info about your account and the registered application. Let me know if you need help! |
Some minor changes to include Fiware auth backend. To discuss