Pedro Aguiar

Results 155 comments of Pedro Aguiar
trafficstars

> I don't need to add a token to the store. Does this answer your question? https://github.com/lepture/authlib/blob/0ad753cbe39e3cb5bee33ef93b7497020a33dea1/docs/client/frameworks.rst?plain=1#L261-L298 Not having a single source of truth will make handling the token, especially...

@fmatar Can you close this issue now that https://github.com/quarkiverse/quarkus-langchain4j/pull/812 is closed?

It's been unarchived (see [this comment](https://github.com/weaveworks/common/issues/272#issuecomment-1633871780) from https://github.com/weaveworks/common/issues/272). @duaneking Can you [close this discussion](https://docs.github.com/en/discussions/managing-discussions-for-your-community/managing-discussions#closing-a-discussion)?

> Instead of restricting usernames to be stored on Keycloak lowercase only, allow uppercase characters in usernames PRs are welcome [1], and it seems no one is currently working on...

> I wonder why LDAP federation changes username case? Several LDAP-related RFCs, including RFC4517 and RFC4519, specify that most string-based attributes should be treated as case-insensitive. The RFC doesn't seem...

It sounds like a reasonable fix. Could you remove the merge commit to maintain a linear Git history? To do so, run: ```bash git clone --single-branch --branch patch-1 [email protected]:mike-pt/keycloak.git cd...

What tool is alerting you that 3.8.4 is affected by [CVE-2024-2700](https://github.com/advisories/GHSA-f8h5-v2vg-46rr)?

Are you sure [lepture/authlib](https://github.com/lepture/authlib) doesn't support it? https://github.com/lepture/authlib/blob/0ad753cbe39e3cb5bee33ef93b7497020a33dea1/authlib/oauth2/rfc7636/challenge.py#L52-L55 https://github.com/lepture/authlib/blob/0ad753cbe39e3cb5bee33ef93b7497020a33dea1/docs/client/oauth2.rst?plain=1#L115-L125 [Section 4.3 of RFC 7636](https://datatracker.ietf.org/doc/html/rfc7636#section-4.3) defines both `S256` and `plain` for the `code_challenge_method` field, with the former being the go-to choice...

Should this issue be closed then?

I'm not familiar with Litestar, but there's an [MRE](https://en.wikipedia.org/wiki/Minimal_reproducible_example#:~:text=In%20computing%2C%20a%20minimal%20reproducible,to%20be%20demonstrated%20and%20reproduced.) for FastAPI here: [ilyesAj/keycloak-fastAPI-integration](https://github.com/ilyesAj/keycloak-fastAPI-integration/tree/main).