Skip to content

Client library should authenticate user for each new HTTP session #5

@gnulib

Description

@gnulib

Currently authentication is based on JESSIONID cookie, which means user is not authenticated upon new HTTP session as long as cookie is valid.

We either need to implement an openid access token validation from cookie for each new HTTP session, or implement a non-cookie based authentication that will not persist with cookie.

This is needed because user's role may change between session, e.g., user not part of authorized users for application's tenant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions