Skip to main content
Version: 2.11

Oauth2 Store Access Token In Cache

Store the access token in the backend cache

Description

Store the access token and other informations (such as Token Type, Refresh token, etc.) in JSON format, received by the token endpoint.

The JSON string is stored in the backend cache (memory)

OAuth2 spec about the Access Token JSON repsonse format: https://datatracker.ietf.org/doc/html/rfc6749#section-5.1

Inputs

  • Control Flow (Control Flow)
  • User (User): Olympe User associated with the token
  • Access Token JSON (String): The full JSON received from the call to the token endpoint

Outputs

  • Control Flow (Control Flow)