Markus Strehle

Results 35 issues of Markus Strehle

fix for issue #1983 1983

unscheduled

./gradlew wrapper --gradle-version=7.5.1

unscheduled
dependencies
java

Fix for issue #1448 - switch: jwt.token.refresh.rotate - default off / false - Needed for OAuth 2.1 compliance, https://oauth.net/2.1/. This feature supports Refresh tokens one-time use. - Needs https://github.com/cloudfoundry/uaa-release/pull/392 ,...

unscheduled
in_review

### What version of UAA are you running? develop version / 75.21.0 ### How are you deploying the UAA? I am deploying the UAA - locally only using gradlew -...

unscheduled
expected behavior

### What version of UAA are you running? What output do you see from `curl /info -H'Accept: application/json'`? 75.16.0 or develop ### How are you deploying the UAA? I am...

waiting-4-pr

UAA changes now to standard oauth encoding: The RFC for OAuth requires an URL encode in authorization header, see https://tools.ietf.org/html/rfc6749#section-2.3 The authorization header needs to be Authorization: Basic base64Encode(urlencode(client_id):urlencode(client_secret)) UAAC...

triaged
enhancement

Port wildcards were working, but because of spring change this fails now Bring it back now with this PR. Remark: legacy patterns were in past and again now written to...

unscheduled

https://www.selenium.dev/downloads/ https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG

unscheduled

UAA uses https://github.com/spring-attic/spring-security-oauth This was no issues in the past but with the Spring Boot 3 update the library needs to be changed or removed Similar issue in past https://github.com/cloudfoundry/uaa/issues/1728...

unscheduled