Skip to content

[OIDC improvement]: use refresh_token #346

@guimard

Description

@guimard

OIDC provides 2 kinds of refresh_token:

  • offline RT: for example for mobile app
  • online RT: for example for webmail

Following security guidelines, a relying party should receive short-term access_token (around 10mn) with a refresh_token that permit to the RP to get new access_token during refresh_token life. Same for mobile app. The only difference is the TTL of the refresh_token:

  • same than SSO session for "online" RT (Linshare web)
  • some months/years for "offline" RT (mobile app)

Job done for Twake-Mail.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions