zlacker

[parent] [thread] 0 comments
1. cybera+(OP)[view] [source] 2024-12-26 21:25:01
OIDC providers are surprisingly NOT complicated! I created one to implement single sign-on with AWS, and it ended up being only around 200 lines of code in Go. All you need to do is create a JSON blob that is signed by a public key that is known to the consumer of the IDP.

I'll need to do a write-up for it.

[go to top]