-
If the introspection endpoint is external (not using `oauth2_provider` as the OAuth 2 AS) the
`application` gets set to None here: https://github.com/jazzband/django-oauth-toolkit/blob/5b51da74019046…
n2ygk updated
5 years ago
-
Shubham Shukla:
> Hi, We implemented authservice to be used with keycloak. Combined with istio auth policies, our end user authentication and authorization(using authorization_code grant) works gre…
-
Hi,
I was able to get the auth code but when i call the token api, i get Unauthorised 401 Error,
I am passing these values in the url
http://localhost:3000/oauth/token?grant_type=authorization_cod…
-
Jersey as of 2.23.1 only supports authorization code grant flow. The current design cannot be easily extended to implement other flows - client credentials, implicit, password.
#### Environment
Mac OS…
-
https://fhir.meditech.com/brands.json
-
One of the available endpoints on an OAuth 2, or OIDC, server is the ability to end the users' session and revoke the users' current access token. This is described in [RFC7009](https://datatracker.ie…
-
Hey
how can i read the Azure AD user photo with this script?
Regards
// Try to get an access token (using the authorization code grant)
$token = $provider->getAccessToken('authoriz…
-
When Vkontakte provider run requestAccessToken from abstract service Stream Client fall down.
Vk use specify grant_type - client_credentials.
So i add fixed requestAccessToken method to Vkontakte.php…
-
As a Developer
I want to login with my API access to Github
so I can use our automaticly Development for creating Repositories
-
Due to changes in Netatmo security policies (can be read here: https://dev.netatmo.com/apidocumentation/oauth#authorization-code), the login / authorization of the Symcon module is no longer working:
…