Activity

potato

Completely rework the frontend!! (deleted it)
The codebase is now much simpler to work on.
also added .well-known/openid-configuration !!!

Attachment
Attachment
Attachment
Attachment
0
potato

Implement basic identity system!
I currently have session, identity, and authorization code.
The schema also allows shadowing but I haven’t finished implementing that yet.
Creating session also authenticate against user, then allows selecting identity.
I also refactor the implementation into different files.
Testing with wget and it seems correct!

Attachment
Attachment
Attachment
Attachment
0
potato

Implement basic AuthN route.
There is a lot to be done after this in order to finish the core protocol.
Maybe I should tried testing with the OIDC test tool.

UPD: it works!!!!
i tested with openidconnect.net and it is very cool.

Attachment
Attachment
0
potato

I finished creating JWKS.
I got it to match Google’s certs
attached image is my JWKS (/.well-known/jwks.json) and Google’s (googleapis.com/oauth2/v3/certs) to compare.

Attachment
Attachment
0