Compare commits
5 Commits
b68a437f39
...
27f8d77f2a
Author | SHA1 | Date | |
---|---|---|---|
27f8d77f2a | |||
![]() |
43a2cd8330 | ||
![]() |
23b0e168e7 | ||
![]() |
2609e0c981 | ||
![]() |
6b17ea1311 |
69
CHANGELOG.md
69
CHANGELOG.md
@ -1,5 +1,72 @@
|
||||
# Changelog
|
||||
|
||||
## [v1.4.4](https://github.com/ccrockett/omniauth-keycloak/tree/v1.4.4) (2022-07-25)
|
||||
|
||||
[Full Changelog](https://github.com/ccrockett/omniauth-keycloak/compare/v1.4.3...v1.4.4)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Fix NoMethodError when querying for JSON Web keys [\#31](https://github.com/ccrockett/omniauth-keycloak/pull/31) ([Kazhuu](https://github.com/Kazhuu))
|
||||
- expose id\_token inside extra hash of auth hash [\#26](https://github.com/ccrockett/omniauth-keycloak/pull/26) ([rah-wtag](https://github.com/rah-wtag))
|
||||
|
||||
## [v1.4.3](https://github.com/ccrockett/omniauth-keycloak/tree/v1.4.3) (2022-07-24)
|
||||
|
||||
[Full Changelog](https://github.com/ccrockett/omniauth-keycloak/compare/v1.4.2...v1.4.3)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- Error: uninitialized constant OmniAuth::Strategies::KeycloakOpenId::MultiJson after gem update [\#30](https://github.com/ccrockett/omniauth-keycloak/issues/30)
|
||||
|
||||
## [v1.4.2](https://github.com/ccrockett/omniauth-keycloak/tree/v1.4.2) (2022-06-14)
|
||||
|
||||
[Full Changelog](https://github.com/ccrockett/omniauth-keycloak/compare/v1.4.1...v1.4.2)
|
||||
|
||||
**Closed issues:**
|
||||
|
||||
- Adjust endpoints to updated Keycloak paths [\#29](https://github.com/ccrockett/omniauth-keycloak/issues/29)
|
||||
- Expose id\_token inside extra hash of auth hash [\#25](https://github.com/ccrockett/omniauth-keycloak/issues/25)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Set omniauth version to \>= 2.0 [\#28](https://github.com/ccrockett/omniauth-keycloak/pull/28) ([hobbypunk90](https://github.com/hobbypunk90))
|
||||
|
||||
## [v1.4.1](https://github.com/ccrockett/omniauth-keycloak/tree/v1.4.1) (2022-05-25)
|
||||
|
||||
[Full Changelog](https://github.com/ccrockett/omniauth-keycloak/compare/v1.4.0...v1.4.1)
|
||||
|
||||
**Closed issues:**
|
||||
|
||||
- Get Request is now Post Request [\#23](https://github.com/ccrockett/omniauth-keycloak/issues/23)
|
||||
- Is the "/auth/" part mandatory in Keycloak's configuration URL? [\#19](https://github.com/ccrockett/omniauth-keycloak/issues/19)
|
||||
- Add example instructions for Keycloak configuration [\#14](https://github.com/ccrockett/omniauth-keycloak/issues/14)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Bump bindata from 2.4.9 to 2.4.10 [\#22](https://github.com/ccrockett/omniauth-keycloak/pull/22) ([dependabot[bot]](https://github.com/apps/dependabot))
|
||||
|
||||
## [v1.4.0](https://github.com/ccrockett/omniauth-keycloak/tree/v1.4.0) (2021-12-18)
|
||||
|
||||
[Full Changelog](https://github.com/ccrockett/omniauth-keycloak/compare/v1.3.0...v1.4.0)
|
||||
|
||||
**Closed issues:**
|
||||
|
||||
- Are there any reason to specify one certificate key to decode JWT? [\#17](https://github.com/ccrockett/omniauth-keycloak/issues/17)
|
||||
- No route matches \[POST\] "/auth/keycloak\_openid" [\#15](https://github.com/ccrockett/omniauth-keycloak/issues/15)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Use JSON::JWK::Set instead of JSON::JWK [\#21](https://github.com/ccrockett/omniauth-keycloak/pull/21) ([hobbypunk90](https://github.com/hobbypunk90))
|
||||
- Allow pass a Proc to the setup option when you specify a strategy [\#18](https://github.com/ccrockett/omniauth-keycloak/pull/18) ([Cambero](https://github.com/Cambero))
|
||||
- Add information on how to use it to readme [\#16](https://github.com/ccrockett/omniauth-keycloak/pull/16) ([frenesim](https://github.com/frenesim))
|
||||
|
||||
## [v1.3.0](https://github.com/ccrockett/omniauth-keycloak/tree/v1.3.0) (2021-05-17)
|
||||
|
||||
[Full Changelog](https://github.com/ccrockett/omniauth-keycloak/compare/v1.2.1...v1.3.0)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Bump Omniauth dependencies to v2 [\#13](https://github.com/ccrockett/omniauth-keycloak/pull/13) ([offner](https://github.com/offner))
|
||||
|
||||
## [v1.2.1](https://github.com/ccrockett/omniauth-keycloak/tree/v1.2.1) (2020-12-19)
|
||||
|
||||
[Full Changelog](https://github.com/ccrockett/omniauth-keycloak/compare/v1.2.0...v1.2.1)
|
||||
@ -14,6 +81,7 @@
|
||||
|
||||
- Raise errors on setup failure and logging with OmniAuth::Strategy::log method [\#10](https://github.com/ccrockett/omniauth-keycloak/pull/10) ([alexpetrov](https://github.com/alexpetrov))
|
||||
- Bump json from 2.1.0 to 2.3.1 [\#9](https://github.com/ccrockett/omniauth-keycloak/pull/9) ([dependabot[bot]](https://github.com/apps/dependabot))
|
||||
- Bump rack from 2.2.2 to 2.2.3 [\#7](https://github.com/ccrockett/omniauth-keycloak/pull/7) ([dependabot[bot]](https://github.com/apps/dependabot))
|
||||
|
||||
## [v1.2.0](https://github.com/ccrockett/omniauth-keycloak/tree/v1.2.0) (2020-05-28)
|
||||
|
||||
@ -21,7 +89,6 @@
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Bump rack from 2.2.2 to 2.2.3 [\#7](https://github.com/ccrockett/omniauth-keycloak/pull/7) ([dependabot[bot]](https://github.com/apps/dependabot))
|
||||
- Bump activesupport from 6.0.1 to 6.0.3.1 [\#6](https://github.com/ccrockett/omniauth-keycloak/pull/6) ([dependabot[bot]](https://github.com/apps/dependabot))
|
||||
- Update rake requirement from ~\> 10.0 to ~\> 13.0 [\#4](https://github.com/ccrockett/omniauth-keycloak/pull/4) ([dependabot[bot]](https://github.com/apps/dependabot))
|
||||
- Bump rack from 2.0.7 to 2.0.8 [\#2](https://github.com/ccrockett/omniauth-keycloak/pull/2) ([dependabot[bot]](https://github.com/apps/dependabot))
|
||||
|
@ -1,5 +1,5 @@
|
||||
module Omniauth
|
||||
module Keycloak
|
||||
VERSION = "1.4.3"
|
||||
VERSION = "1.4.4"
|
||||
end
|
||||
end
|
||||
|
@ -47,7 +47,7 @@ module OmniAuth
|
||||
log :debug, "Going to get certificates. URL: #{@certs_endpoint}"
|
||||
certs = Faraday.get @certs_endpoint
|
||||
if (certs.status == 200)
|
||||
json = JSON.parse(response.body)
|
||||
json = JSON.parse(certs.body)
|
||||
@certs = json["keys"]
|
||||
log :debug, "Successfully got certificate. Certificate length: #{@certs.length}"
|
||||
else
|
||||
|
@ -24,8 +24,8 @@ Gem::Specification.new do |spec|
|
||||
|
||||
|
||||
spec.add_dependency "omniauth", ">= 2.0"
|
||||
spec.add_dependency "omniauth-oauth2", "~> 1.7.1"
|
||||
spec.add_dependency "json-jwt", "~> 1.13.0"
|
||||
spec.add_dependency "omniauth-oauth2", "~> 1.7"
|
||||
spec.add_dependency "json-jwt", "~> 1.13"
|
||||
spec.add_dependency "faraday"
|
||||
|
||||
spec.add_development_dependency "bundler", "~> 2.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user