Geoff

Results 34 comments of Geoff

@toti1212 I think the error (in my case at least) is coming from [create_uri](https://github.com/juanifioren/django-oidc-provider/blob/master/oidc_provider/lib/errors.py#L107-L123) in `errors.AuthorizeError`. I'm going to try to make that a little more robust. I think the...

You may be able to generate and add any of the claims that are missing: https://django-oidc-provider.readthedocs.io/en/latest/sections/settings.html#oidc-idtoken-processing-hook https://django-oidc-provider.readthedocs.io/en/latest/sections/scopesclaims.html

I've been unable to get this to work as well. I've got kafka running locally but have it advertising a domain that doesn't exist so it will produce an error...

Gave it a whirl but unfortunately that doesn't seem to be working either. Looks to be writing empty lines in that case when it's not displayed. The width reported while...

Just tried my example out with the latest textual (`0.52.1`) but unfortunately I appear to be getting the same results as before.

Ah - thanks for pointing that out. I should have checked instead of assumed :)

Were you starting from a clean virtual environment when you ran across this? What does your environment look like? I think we only had access to osx and linux when...

I've upgraded all the dependencies and moved to Qt6 - so maybe worth giving that one a shot.

What environment are you working in? Unfortunately I no longer have access to anything but an m1 mac, and pyside2 isn't supported there yet so I'm no going to be...

Can you please post a pip freeze?