cloud-img

My portfolio.

Authorization server (OAuth based)

cloud-img mountain-img
todo

Goal

In this project, 3 servers are developed: a client server, an authorization server and a resource server. A user goes to the authorization server via the client server. The user authenticates to the authorization server without revealing the credentials to the client server. The client server can access the resource on the resources server on behalf of the user by means of an access code which can be checked by the resources server. Note: this project was inspired by the following tutorial.



todo

Techniques used

The following techniques were used:



todo

Screenshots

A visual impression:

seq.diagram
screen-1
screen-2
screen-3
network-1 network-2

todo

Link to the code.

The code can be found at this link.



LinkedIn