-
When trying to set up the following simple example I'm seeing an error:
```
include_once('tests/UnitBootstrap.php');
use FuelSdk\ET_Client;
use FuelSdk\ET_DataExtension;
$myclient = new ET_Cl…
-
- [x] edit homepage (product list page)
- [ ] edit sign up page (complete google log in API)
- [x] edit header to so top nav has more function
- [x] edit checkout page (card payment API)
- [x]…
-
## Expected Behavior
Hi, we are trying to use Oauth2-proxy in our Kubernetes cluster together with ingress-nginx to provide authentication/authorization for our services. We would like to be able t…
-
Is it possible to read the http response after authentication ?
I would like to get customs parameters and i can't with
`await ouath2.resourceOwnerPasswordGrant(Uri.parse('${_url}/oauth2/token'), _…
-
I am trying to restrict certain parts of my api to users that are part of certain groups. I know I would do this with scopes. Would the best way to do this be create different clients for different u…
-
When a user is already created and have another auth method (ex: LDAP or manual) the user cannot log in. And there is no error message.
We suggest to let the users login, of a setting to let the admi…
-
After discussing with @rwinch and @dsyer on various channel I created this issue to discuss further.
A blog post from Robbert van Waveren on stateless authentication (http://blog.jdriven.com/2014/10/…
-
### Validation Checklist
- [X] Is this a Kubeflow issue?
- [X] Are you posting in the right repository ?
- [X] Did you follow the installation guide https://github.com/kubeflow/manifests?tab=readme-o…
-
I really like to use emqx but what's missing for my setup is openid connect / oauth capability for the dashboard. I would otherwise use oauth2-proxy but there doesn't seem to be a way to disable login…
-
The [FCM HTTP V1 API](https://firebase.google.com/docs/cloud-messaging/migrate-v1) requires the server to get a "short-lived OAuth 2.0 access token" to use as the `Authorization: Bearer=TOKEN` request…