Results 95 comments of Phy

> in keycloak give me a internal server error Could you please provide logs of Keycloak? There should be more specific error message for this.

See #31. I haven't tested thoroughly, but looks like it works.

@protheusfr Since the test passed it should compile. Could you post the error message?

I think you need additional fix for 9.0.0 onwards. See https://github.com/Doccrazy/keycloak-protocol-cas/pull/39

@muristan See #31.

How do you make the request? Could you use the web devtools to see how the request look like (with HTTP headers)? Also you may want to follow the issue...

This is where the name is generated: https://github.com/tiangolo/fastapi/blob/5984233223777313e95a92d534ab1db711bd606a/fastapi/dependencies/utils.py#L725 Not sure how to work around this except overriding that specific openapi json key.

Have you searched through the issue tracker before submitting this? I remembered there is a reason that this is not implemented.