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

Use OpenID Connect #19

Open
Erik1000 opened this issue Sep 28, 2021 · 1 comment · May be fixed by #37
Open

Use OpenID Connect #19

Erik1000 opened this issue Sep 28, 2021 · 1 comment · May be fixed by #37
Labels
help wanted Extra attention is needed wishlist Something that would be nice to have
Milestone

Comments

@Erik1000
Copy link
Member

It is preferable to use an oauth2/openid connect system which can handle all kinds of things for authentication.

One problem is that we currently only send the secret key material after an successful authentication. If we use oauth2, we probably have to make the secret key material accessible with a query all the time with the authentication token.

If we touch our authentication system again, we will address this.

@Erik1000 Erik1000 added the wishlist Something that would be nice to have label Sep 28, 2021
@Erik1000 Erik1000 changed the title Use OAuth2/OpenID Connect instead of your own system Use OAuth2/OpenID Connect instead of our own system Sep 28, 2021
@Erik1000

This comment has been minimized.

@Erik1000 Erik1000 added this to the 0.2 milestone Oct 31, 2021
@Erik1000 Erik1000 added the help wanted Extra attention is needed label Oct 31, 2021
@Erik1000 Erik1000 changed the title Use OAuth2/OpenID Connect instead of our own system Use OpenID Connect Dec 4, 2021
@Erik1000 Erik1000 linked a pull request Apr 3, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed wishlist Something that would be nice to have
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant