Skip to content

django-oauth-toolkit and keycloack #1320

Open
@fijemax

Description

@fijemax

Describe the bug
Token field to short to use with keycloack oidc instropsection endpoint

To Reproduce
Create a client than support oidc login on keycloack and use django-oauth-toolkit to valide the query by using introspection endpoint

Version
lastest

When I configure django-oauth-toolkit with keycloack and try to validate an Authorization header with a jwt token, it appear than after the introspection validation the token used can't be store in the token field of TokenAccess model because the limit is 255.

value too long for type character varying(255)

is it a normal behavior ? Did I do something wrong ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions