Lakshan Karunathilake
Lakshan Karunathilake
When I disable the tls connection, the mysql_events table was populated. I think the issue is with the secured connections.
@ddelnano I used the `?useSSL=false`
I am currently using PKCE, apart from that I need to send some additional information. As you suggested, I think it would be better if we are able to pass...
Even if I disable the PKCE. state variable is set to default value 0 so I am unable to set the custom parameter there. I want to send a custom...
@tippexs If I open a PR to support customizing the state parameter and if PKCE is not enabled then use the given state parameter will that be okay ?
> If it`s just about sending additional URI params to the IdP you can simply change the NGINX configuration and send them along. > > https://github.com/nginxinc/nginx-openid-connect/blob/db991ecb83e1b388e1ae74bf5e16dd4a6eb4e6d0/openid_connect.server_conf#L42 > > Handling new...
We are using JDK 11 and it is not supporting JDK 11, any plans on supporting JDK 11? I can land some contributions if you can help me out
@apangin Thanks I'll look into that
And I am new to Kubernetes, I just copied the configuration from the **kubectl config view**. What's the best way of getting authenticated to my cluster Plus when I give...
> I've tried adding a custom error but we're using the `signIn` function from `packages/next-auth/src/react.tsx` [Source](https://github.com/nextauthjs/next-auth/blob/5ea8b7b0f4d285e48f141dd91e518c905c9fb34e/packages/next-auth/src/react.tsx#L214) and here the `code` isn't available in the response. > > Is it possible...