James Carter

Results 23 comments of James Carter

@ViktarStarastsenka we have several environments in aws: sandbox, dev, staging, prod and each of those environments could have: 20-30 self-hosted redis instances + read replicas. In addition to that -...

@lucasantarella do you know if ThePHPLeague's OAuth2 Client can be used for OIDC logins?

@01ivesm I'm having exactly the same issue. plz let me know if u were able to resolve it.

@01ivesm I don't think this is correct. Anything without `id_token` would be completely bypassing OIDC. So this would be using pure oauth2 (supposedly authorization-only protocol) for authentication which is typically...

@01ivesm im not that experienced in OIDC subject tbh, but I would put SSO server on own domain|subdomaian yeah, like: `sso.SITE.com` `id.SITE.com` `auth.SITE.com`

So I haven't been able to get this package to work with UserCredentials grant. This one however worked out of the box with example they provided: https://github.com/steverhoades/oauth2-openid-connect-server

There are couple images on dockerhub that package v2: https://hub.docker.com/r/muicoder/redisinsight

Seems like this feature keeps getting kicked down the releases. This forces me to maintain separate layouts for "latest from the blogs" and search results which is somewhat of a...

@tianon I've been using this image that includes QUIC out of the box for like 6-7 months already and it's great! https://hub.docker.com/r/haproxytech/haproxy-alpine-quic

@cardonr @bshaffer What should I do when implementing ` Password Credential Grant` for OIDC logins? Because in this case we're completely skipping authorization step and if token endpoint doesnt return...