-
https://us04web.zoom.us/j/4550657880?pwd=QnRYUHlBUEVKMDBxa1R3aWxqSHBhUT09
-
### Preflight Checklist
- [X] I agree to follow the [Code of Conduct](https://github.com/dexidp/dex/blob/master/.github/CODE_OF_CONDUCT.md) that this project adheres to.
- [X] I have searched the [is…
-
I ran into this issue trying to create a small sandbox using OAuth2 at work. I'm using the bones of the Getting Started code:
```
$storage = new OAuth2\Storage\Pdo(array('dsn' => $dsn, 'username' …
-
I am trying to use @google-cloud/express-oauth2-handlers package in Firebase function to authorize user to then query google APIs.
I provided the required keys in client_secret.json file in root di…
-
### Validations
- [ ] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue](https://githu…
-
### Description
### Background
Elasticsearch requires TLS connections in order to enable some security feature like [Tokens for OIDC](https://www.elastic.co/guide/en/elasticsearch/reference/curren…
-
In velruse.providers.google_oauth2, using velruse.google.scope = 'opend profile' provides the following keys:
>> data.keys()
[u'family_name', u'name', u'picture', u'locale', u'gender', u'birthd…
-
JwtAccessTokenConverter.setSigningKey updates verifyingKey for mac keys, but it does not update the verifier itself, that is created afterPropertiesSet().
The result is, if you have a flow where ke…
-
I'd like to see a recipe for CherryPy that presents an Oauth2 consumer, an app that when configured with the proper keys, can use a service like Google or Twitter or any other Oauth2 provider to authe…
-
Currently many AuthServices spin up their own clients/connections to external services that they require when the Service is started. Performance and code clarity could be improved by having a central…