Releases: OKDP/okdp-spark-auth-filter
Releases · OKDP/okdp-spark-auth-filter
v1.3.1
1.3.1 (2025-01-22)
Bug Fixes
- ensure java 8 compatibility by switching cache from caffeine to guava. Update for spark 2.4.8 compilation compatibility (378deb9)
- remove log4j dependencies in PersistedToken class (77fdce9)
v1.3.0
1.3.0 (2024-12-11)
Features
- retrieve information from a jwt header (2e98420)
Bug Fixes
- Add log for debugging purpose (808077b)
v1.2.2
1.2.2 (2024-07-01)
Bug Fixes
- Fix Base64 Encoding/Decoding issue happening on some jdk distributions (bitnami) #24 (fac895c)
- Fix serving behind reverse proxy #26 (053f0b0)
Miscellaneous Chores
v1.2.1
1.2.1 (2024-06-06)
Bug Fixes
- IDP supported scopes - Turn the exception into a warning message #16 (e18881c)
- Re-authenticate the user against the IDP in case the offline_access is not supported #16 (c7fc9f4)
Miscellaneous Chores
v1.2.0
1.2.0 (2024-04-11)
Features
- Add support for Sub claim (default claim is email). Sub or email could be used as id for acls (2d1283d)
v1.1.0
1.1.0 (2024-03-18)
Features
- Authentication - Add PKCE support for confidential clients (97de4d9)
- Authentication - Add PKCE support for public clients (ed09307)
v1.0.0
1.0.0 (2024-03-14)
Features
- Authentication - Compress the access token (4KB cookie limit) (fec1d89)
- Authentication - Encrypt the access token (644224c)
- Authentication - Store the user access token in a cookie (87567e0)
- Authorization - Authorize access to spark apps based on user oidc roles/groups claims (3b1836a)
Miscellaneous Chores