8000 Tags · cloudfoundry/uaa · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: cloudfoundry/uaa

Tags

v77.20.5

Toggle v77.20.5's commit message

Verified

This commit was signed with the committer’s verified signature.
duanemay Duane May
Merge pull request #3466 from cloudfoundry/dependabot/gradle/org.sona…

…rsource.scanner.gradle-sonarqube-gradle-plugin-6.2.0.5505

build(deps): bump org.sonarsource.scanner.gradle:sonarqube-gradle-plugin from 6.1.0.5360 to 6.2.0.5505

v77.33.0

Toggle v77.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump versions.tomcatCargoVersion from 9.0.104 to 9.0.105 (

…#3462)

Bumps `versions.tomcatCargoVersion` from 9.0.104 to 9.0.105.

Updates `org.apache.tomcat.embed:tomcat-embed-el` from 9.0.104 to 9.0.105

Updates `org.apache.tomcat.embed:tomcat-embed-core` from 9.0.104 to 9.0.105

Updates `org.apache.tomcat.embed:tomcat-embed-jasper` from 9.0.104 to 9.0.105

Updates `org.apache.tomcat:tomcat-jdbc` from 9.0.104 to 9.0.105

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-el
  dependency-version: 9.0.105
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-version: 9.0.105
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.tomcat.embed:tomcat-embed-jasper
  dependency-version: 9.0.105
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.tomcat:tomcat-jdbc
  dependency-version: 9.0.105
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v77.32.0

Toggle v77.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump jasmine from 5.7.0 to 5.7.1 in /uaa (#3438)

Bumps [jasmine](https://github.com/jasmine/jasmine-npm) from 5.7.0 to 5.7.1.
- [Release notes](https://github.com/jasmine/jasmine-npm/releases)
- [Changelog](https://github.com/jasmine/jasmine-npm/blob/main/RELEASE.md)
- [Commits](jasmine/jasmine-npm@v5.7.0...v5.7.1)

---
updated-dependencies:
- dependency-name: jasmine
  dependency-version: 5.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v77.31.0

Toggle v77.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump versions.guavaVersion from 33.4.7-jre to 33.4.8-jre (

…#3405)

Bumps `versions.guavaVersion` from 33.4.7-jre to 33.4.8-jre.

Updates `com.google.guava:guava` from 33.4.7-jre to 33.4.8-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `com.google.guava:guava-testlib` from 33.4.7-jre to 33.4.8-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-version: 33.4.8-jre
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.guava:guava-testlib
  dependency-version: 33.4.8-jre
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v77.30.0

Toggle v77.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix federated credential administration (#3377)

* fix federated credential administration

* Update model/src/main/java/org/cloudfoundry/identity/uaa/oauth/client/ClientJwtCredential.java

Co-authored-by: Adrian Hölzl <102049638+adrianhoelzl-sap@users.noreply.github.com>

* build(deps): bump joda-time:joda-time from 2.13.1 to 2.14.0 (#3378)

Bumps [joda-time:joda-time](https://github.com/JodaOrg/joda-time) from 2.13.1 to 2.14.0.
- [Release notes](https://github.com/JodaOrg/joda-time/releases)
- [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt)
- [Commits](JodaOrg/joda-time@v2.13.1...v2.14.0)

---
updated-dependencies:
- dependency-name: joda-time:joda-time
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* review

* review

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Adrian Hölzl <102049638+adrianhoelzl-sap@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v77.29.0

Toggle v77.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feature test: JWT bearer across zones (#3348)

* fix: Jwt Bearer should be able to return id_token

I think it was simply forgotten to allow it, but
in documentation there is response_type with "token id_token", but the flow is not allowed to return it.
Fix this

* feature test: Test JWT bearer across zones

The test uses 3 zones in UAA to represent
3 identity zones.

This PR needs #3344
because jwt bearer should / must return an id_token if the client is configured with openid, similar to password grant.

* setup proxy test

v77.20.4

Toggle v77.20.4's commit message
Sync with develop

v77.28.0

Toggle v77.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix passcode prompt for json responses (#3323)

See issue #3321

v77.27.0

Toggle v77.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "build(deps): bump org.bouncycastle:bcpkix-fips from 2.0.7 to …

…2.1.9 (#…" (#3318)

This reverts commit 97ec983.

v77.20.3

Toggle v77.20.3's commit message
Fix the client_auth_method check (#3243)

* Test to ensure client credentials auth check

* Fix the client_auth_method check

Ensure for client_credentials that either secret or private_key_jwt is used
If value from claim client_auth_method is none or empty we have to reject token requests

* Fix test

Wanted is bad request

(cherry picked from commit e7a9334)
0