-
Hi,
I can't find sufficient information anywhere on the internet regarding a start-to-finish fully working example of OAuth2 using Swagger-UI. I have an OAuth2 server working and when I press the 'au…
-
It would seem in the library there is no clear support for the implicit oauth2 flow. Is this deliberately missing as go is seen more as a server side language or is there a way to achieve it with the …
-
Hi,
I found node-oauth2-server does not support Implicit Grant type described in [RFC6749 section-4.2](https://tools.ietf.org/html/rfc6749.html#section-4.2), which is a pretty simple authentication…
genru updated
6 years ago
-
I'm writing a sharer for social network. Does anyone have any example to authenticate via OAuth 2.0 Implicit Flow?
-
Scopes/permissions are not supported in implicit flow right now.
-
**Motivation**
We need to create a separate configuration for cloud connectors. In that case an indication that cloud connectors is used should be provided (e.g. a `enabled` flag) and the customer rem…
-
Hi,
I can't find sufficient information anywhere on the internet regarding a start-to-finish fully working example of OAuth2 using Swagger-UI. I have an OAuth2 server working and when I press the 'au…
-
**Given**
- The user enters valid parameters and picks the `implicit` response_type
- The OIDC server is working and sends back a valid token response
The application **should**
- Display th…
-
### Motivation: Why do you think this is important?
Users will be able to test admin APIs that use OAuth2 on [swagger UI](https://petstore.swagger.io/?_gl=1*8rj2nt*_gcl_au*MzQ3MTg0MTY3LjE3MTE4Njg4M…
-
Hi there! This is a great example, thanks for putting it together.
I'd love if there was a mock server ([similar to how Petstore has one](https://petstore3.swagger.io/)) available to make actual re…