triceratops-project / triceratops

1 stars 0 forks source link

OAuth Support #11

Open FelixKLG opened 9 months ago

FelixKLG commented 9 months ago

Support the following OAuth providers:

Currently supported OAuth providers don't actually sign you in, they just authenticate and perform the code exchange. This will be finished off and cleaned up later on in the project.

Microsoft OAuth broken: https://github.com/ramosbugs/oauth2-rs/issues/191#issuecomment-1291011074

FelixKLG commented 7 months ago

Okay this is like half done, the hard part with exchanging code grants and what not is mostly done however, the part where you actually sign the user in is not complete yet. Waiting on authentication rewrite, I also wanna possibly support additional checks perhaps using the Microsoft Graph API for Azure groups or what not.

FelixKLG commented 3 months ago

To be moved into Aster/IdP