okta-spring-boot icon indicating copy to clipboard operation
okta-spring-boot copied to clipboard

Okta Spring Boot Starter

Results 15 okta-spring-boot issues
Sort by recently updated
recently updated
newest added

Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.37.3 to 9.39. Changelog Sourced from com.nimbusds:nimbus-jose-jwt's changelog. version 1.0 (2012-03-01) First version based on the OpenInfoCard JWT, JWS and JWE code base. version 1.1 (2012-03-06) Introduces...

dependencies
java

:information_source: **If you have a question**, please post it on the [Okta Developer Forum](https://devforum.okta.com) instead. Issues in this repository are reserved for bug reports and feature requests only. ### I'm...

Analysis

### I'm submitting a - [ ] bug report - [X] feature request ### Background info Can you upgrade the project to new stable version of the java sdk 10.x.x...

### I'm submitting a - [x] bug report - [ ] feature request ### Background info If I have a project with the following dependencies: ```groovy dependencies { implementation 'me.paulschwarz:spring-dotenv:4.0.0'...

### I'm submitting a - [x] bug report - [ ] feature request ### Background info If I use this starter in a Spring Boot 3.1.3 app, I don't get...

### I'm submitting a - [x] bug report ### Background info I want to resolve Okta credentials when my application is initializing. In order to achieve this, I'm wiring my...

help wanted

### I'm submitting a - [X] bug report - [ ] feature request ### Background info With okta-spring-boot-starter it is not possible to use a custom JwtAuthenticationConverter like described in...

help wanted

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