Authorization code flow

C'est le plus classique, proche de CAS et/ou proxy CAS :

CASOIDC
Server

IPD ou OpenID provider ou Authorization server

Service

Client ou RP (Relying Party)

/loginAuthorization Endpoint
/serviceValidateToken Endpoint
Paramètres : 
serviceclient_id & redirect_uri & state
ticket

code

Un peu similaire :

 
proxy ticket (valide une fois)access token (valide un certain temps)
PGTrefresh token