mirror of
https://github.com/suitenumerique/django-lasuite
synced 2026-04-25 17:15:14 +02:00
RFC 7662 does not require the `iss` field in token introspection responses. Some providers (e.g. GitLab via Doorkeeper) do not include it, causing authentication to fail. The value is still validated when present. Signed-off-by: Bastien Wermeille <bastien.wermeille@gmail.com>