Could anyone advise resources where to learn how to build your own Authorization Server with GO?

I want to build an Identity Provider like let’s say the biggest companies such as Google, Github, Facebook, etc. However, I couldn’t find any help on how to implement such an Authorization Server (With the OAuth2.0 Flow) with all kinds of things like authorization grant, access tokens and all that stuff in real code. Does someone know how to do that using Go as the backend programming language for the Authorization Server (and also the Resource Server)?

All help is appreciated!

If you want to build your own, which I suggest based on this question you should not, here are the relevant specifications.

There are plenty of open source resources that have already done it for you.

Google “golang oauth2 server”

Top results

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.