Brian Demers

Results 54 issues of Brian Demers

* `okta apps create` will show the device grant option * `okta apps create device` works * `okta start` with the `applicationType` set to `device` works too The version of...

Not all installations of java will be under /Library, for example tarball installs could be located anywhere. In my case I was using jevn which shims JAVA_HOME to: `~/.jenv/versions/1.8`. and...

Adds tests for: * PUT /Users/ - add attributes * PATCH /Users/ - disable user * POST /Groups - create group * GET /Groups/ - get group * PUT /Groups/...

On Hold

It would be great if we could bold/highlight single (or a range of lines) of code in our snippets in order to draw attention a specific bit of code in...

### Describe the feature request? The default configuration needed to initialize an API (or web) application can be reduced/simplified for basic use cases. * `OktaWebApiOptions` should allow the caller to...

enhancement

Related to: #197 **NOTE:** I doubt this builds, and my csharp code is probably trash, so it's more an idea to talk about #197 than an actual PR 😄

OKTA-441254

Limit the number of outbound requests to the `/key` endpoint.

Analysis
OKTA-595969

The next version of this library will use OkHttp which already handles retry, but configuring this behavior is currently NOT exposed to the developer.

Analysis
OKTA-595971

We should probably make `JsonParser` package private to not expose this class?

In Progress

Client support for PKCE has been added in the next [Spring Security Release](https://spring.io/blog/2019/04/16/spring-security-5-2-0-m2-released) We have a few places we check if the client-secret is set. This needs to be removed...

help wanted