dianagudu / motley_cue

A service for mapping OIDC identities to local identities, with local user management
https://motley-cue.readthedocs.io/
MIT License
8 stars 3 forks source link

Support OPs where the AT is not a JWT #30

Closed dianagudu closed 3 years ago

dianagudu commented 3 years ago

motley_cue tries to first extract the iss from the AT to figure out which authorisation applies, but this fails with:

 {'detail': 'No issuer found in AT: '}

Fix: require_login directly at the trusted OPs that do not support JWT ATs