| Title | Link |
|---|---|
| RFC 6749(The OAuth 2.0 Authorization Framework) | https://tools.ietf.org/html/rfc6749 |
| RFC 6750(Bearer Token Usage) | https://tools.ietf.org/html/rfc6750 |
| RFC 6819(Threat Model and Security Considerations) | https://tools.ietf.org/html/rfc6819 |
| Title | Link |
|---|---|
| RFC 7519(JSON Web Token) | https://tools.ietf.org/html/rfc7519 |
| RFC 7521(Assertion Framework for Client Authentication and Authorization Grants) | https://tools.ietf.org/html/rfc7521 |
| RFC 7523(JSON Web Token (JWT) Profile for Client Authentication and Authorization Grants) | https://tools.ietf.org/html/rfc7523 |
| Title | Link |
|---|---|
| HomePage | https://openid.net/connect/ |
| Specs | https://openid.net/developers/specs/ |
| Title | Link |
|---|---|
| Bible | http://oauthbible.com/ |
| Security | http://www.oauthsecurity.com/ |
| Title | Link |
|---|---|
| HomePage | https://identityserver.github.io/ |
| Documentation | https://identityserver.github.io/Documentation/ |
| Demo Server | https://demo.identityserver.io/ |
| Discovery | https://demo.identityserver.io/.well-known/openid-configuration |
| Releases | https://github.com/IdentityServer/IdentityServer3/releases |
| Latest Version | [[ https://github.com/IdentityServer/IdentityServer3/releases/tag/2.5.0 |
| Title | Link |
|---|---|
| JWT.IO | https://jwt.io/ |
| Online Debugger | https://jwt.io/#debugger |
| Handbook(by Auth0) | https://auth0.com/e-books/jwt-handbook |
| Title | Link |
|---|---|
| League OAuth2 Client | http://oauth2-client.thephpleague.com/ |