-
Notifications
You must be signed in to change notification settings - Fork 19
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
Implement SingleSignOn via comunity AAI #1363
Labels
Comments
Also for github (not sure about oAuth or GitHub Apps) |
5 tasks
5 tasks
jh-RLI
added a commit
that referenced
this issue
Nov 20, 2024
jh-RLI
added a commit
that referenced
this issue
Nov 20, 2024
jh-RLI
added a commit
that referenced
this issue
Nov 20, 2024
jh-RLI
added a commit
that referenced
this issue
Nov 27, 2024
jh-RLI
added a commit
that referenced
this issue
Nov 27, 2024
jh-RLI
added a commit
that referenced
this issue
Nov 27, 2024
jh-RLI
added a commit
that referenced
this issue
Nov 27, 2024
jh-RLI
added a commit
that referenced
this issue
Dec 5, 2024
jh-RLI
added a commit
that referenced
this issue
Dec 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the issue
We want to introduce SSO functionality for the OpenEnergyFamily Softwaresystems. We start by implementing SSO for all webbased systems that provide user access.
Ideas of solution
Include:
The NFDI-AAI is working on providing infrastructure that provides the foundation for SSO and more.
https://doc.nfdi-aai.de/architecture/
This also requires to include specified user attributes into our user model as well as implementing a common authentication specification for example by using django-allauth. We also have to check if the current system is implemented in a way that it is compliant to SAML.
In detail it is required to be compilant to proofen open specifications for authentication like SAML and openID. We already use authO which is compilant with the specification.
Workflow checklist
The text was updated successfully, but these errors were encountered: