Skip to content

jans-auth-server: v1.0.6

Compare
Choose a tag to compare
@mo-auto mo-auto released this 09 Jan 14:57
683f82e

1.0.6 (2023-01-09)

Features

  • add custom annotation for configuration property and feature flag documentation (#2852) (9991d1c)
  • agama: deploy flows from .gama files (#3250) (df14f8a)
  • changes in admin-ui plugin to allow agama-developer-studio to use its OAuth2 apis #3085 (#3298) (9e9a7bd)
  • config-api: audit log, agama ADS spec, fix for 0 index search (#3369) (ea04e2c)
  • documentation for ssa and remove softwareRoles query param of get ssa (#3031) (d8e14eb)
  • jans-auth-server: added ability to return error out of introspection and update_token custom script #3255 (#3356) (a3e5227)
  • jans-auth-server: added externalUriWhiteList configuration property before call external uri from AS #3130 (#3425) (6c7df6f)
  • jans-auth-server: added token exchange support to client #2518 (#2855) (943d99f)
  • jans-auth-server: avoid compilation problem when version is flipped in test code #3148 (#3210) (4d61c7b)
  • jans-auth-server: block authentication flow originating from a webview (#3204) (e48380e)
  • jans-auth-server: check offline_access implementation has all conditions defined in spec #1945 (#3004) (af30e4c)
  • jans-auth-server: corrected GluuOrganization - refactor getOrganizationName() #2947 (#2948) (9275576)
  • jans-auth-server: draft for - improve dcr / ssa validation for dynamic registration #2980 (#3109) (233a78c)
  • jans-auth-server: end session - if id_token is expired but signature is correct, we should make attempt to look up session by "sid" claim #3231 (#3291) (cd11750)
  • jans-auth-server: implemented auth server config property to disable prompt=login #3006 (#3522) (0233cd1)
  • jans-auth-server: java docs for ssa (#2995) (892b87a)
  • jans-auth-server: new configuration for userinfo has been added (#3349) (3ccc4a9)
  • jans-auth-server: remove ox properties name (#3285) (f70b207)
  • jans-auth-server: remove redirect uri on client registration when grant types is password or client credentials (#3076) (cd876b4)
  • jans-auth-server: renamed "code"->"random" uniqueness claims of id_token to avoid confusion with Authorization Code Flow #3466 (#3467) (dd9d049)
  • jans-auth-server: specify minimum acr for clients #343 (#3083) (b0034ec)
  • jans-auth-server: ssa validation endpoint (#2842) (de8a86e)
  • jans-auth-server: swagger docs for ssa (#2953) (7f93bca)
  • jans-auth-server: updated mau on refreshing access token #2955 (#3025) (56de619)
  • ssa revoke endpoint (#2865) (9c68f91)

Bug Fixes

  • (jans-auth-server): fixed Client serialization/deserialization issue #2946 (#3064) (31b5bfc)
  • (jans-auth-server): fixed client's sortby #3075 (#3079) (e6b0e58)
  • #2487 - removing inwebo (#2975) (052f91f)
  • agama: after moving agama to jans-auth-server agama model tests are not run #3246 (#3247) (9887e23)
  • agama: fix agama auth dependency which blocks build process #3149 (#3244) (8f9fee3)
  • agama: fixing tests run on jenkins #3149 (#3261) (cc6c5e1)
  • catch org.eclipse.jetty.http.BadMessageException: in (#3330) (1e0ff76), closes #3329
  • getting ready for a release (0bda832)
  • jans-auth-server/pom.xml to reduce vulnerabilities (#3314) (f3e8205)
  • jans-auth-server: changed getAttributeValues to getAttributeObjectValues (#3346) (a39b61e)
  • jans-auth-server: compilation error of server side tests #3363 (#3364) (e83c087)
  • jans-auth-server: corrected keys description "id_token <purpose>" -> "Connect " #3415 (#3560) (75f99bd)
  • jans-auth-server: corrected regression made in token request #2921 (#2922) (deeae74)
  • jans-auth-server: Duplicate iss and aud on introspection as jwt #3366 (#3387) (8780e94)
  • jans-auth-server: fix language metadata format (#2883) (e21e206)
  • jans-auth-server: native sso - return device secret if device_sso scope is present #2790 (#2791) (9fa213f)
  • jans-auth-server: parse string from object (#3470) (db9b204)
  • jans-auth-server: when obtain new token using refresh token, check whether scope is null (#3382) (22743d9)
  • jans-auth-server: wrong import in GluuOrganization class which leads to failure on jans-config-api #2957 (#2958) (af4eda8)
  • jans-auth-server: wrong userinfo_encryption_enc_values_supported in OpenID Configuration #2725 (#2951) (bc1a8ca)
  • prepare for 1.0.6 release (9e4c8fb)
  • upgrade org.mvel:mvel2 from 2.1.3.Final to 2.4.14.Final (#648) (c4034d1)
  • user attributes not updated #2753 (#3326) (c0a0f66)
  • user attributes not updated #2753 (#3403) (f793f92)

Documentation

  • jmeter benchmark authorization code flow test description (#3312) (6e0c04d)
  • prepare for 1.0.4 release (c23a2e5)