Garth

Results 16 issues of Garth

I can't find a way to use the generated UI to set url parameters. For example, I have a path with parameters, and method specified in my openapi spec file...

### Describe the bug I'm using the following test code to create a Keycloak testcontainer and get the admin client: ```java @Testcontainers public class OrganizationResourceTest { @Container KeycloakContainer server =...

bug

I've recently encountered a problem that I thought it might be constructive to raise here. It seems to me that there are (at least) two different kinds of admin themes....

kind/enhancement

Use case is to take the files generated in `dist/` and put them on a webserver in a non-root path. The error I encounter when doing this is that the...

### Is there an existing feature request for this? - [X] I have searched the existing issues ### Is your feature related to a problem? Please describe. I'd like to...

enhancement

According to https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_understanding_web_server_oauth_flow.htm the `instance_url` and `id` are returned when a request is made for an access token in exchange for an authorization code (your `Auth.completeOAuthWebServerFlow` method that returns an...

According to https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_understanding_web_server_oauth_flow.htm the `instance_url` and `id` are returned when a request is made for an access token in exchange for an authorization code (your `Auth.completeOAuthWebServerFlow` method that returns an...

![image](https://user-images.githubusercontent.com/244253/202806245-352a8320-10eb-42f0-8b47-d925ef7e82bb.png) On upgrading to docusaurus 2.2.0 and docusaurus-preset-openapi 0.6.3, i get the error when navigating the API methods: ``` This page crashed. Hook useColorMode is called outside the . Please...

My openapi spec file: https://github.com/p2-inc/phasetwo-docs/blob/master/openapi.yaml The result: https://phasetwo.io/api For example in this page https://phasetwo.io/api/get-organizations the server section doesn't render with the defaults, and the values are `undefined` in the curl/code...

Quickstart demonstrating overriding of Account Console resources Issue: https://github.com/keycloak/keycloak/issues/22318 PR: https://github.com/keycloak/keycloak/pull/22317 @garronej @ssilvert