omniauth_openid_federation 1.2.2 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -87,7 +87,6 @@ module OmniauthOpenidFederation
87
87
  attr_accessor private_key: untyped
88
88
  attr_accessor state: String?
89
89
  attr_accessor nonce: String?
90
- attr_accessor ftn_spname: String?
91
90
 
92
91
  def initialize: (
93
92
  client_id: String,
data/sig/strategy.rbs CHANGED
@@ -38,8 +38,6 @@ module OmniAuth
38
38
  def extract_client_jwk_signing_key: () -> untyped
39
39
  def extract_entity_identifier_from_statement: (Hash[Symbol, untyped] entity_statement, String? configured_identifier) -> String?
40
40
  def load_provider_metadata_for_encryption: () -> Hash[String, untyped]?
41
- def combine_acr_values: (?configured_acr: String?, ?request_acr: String?) -> String?
42
- def normalize_acr_values: (untyped acr_values) -> String?
43
41
  def fetch_jwks: (String jwks_uri) -> Hash[String, untyped]
44
42
  end
45
43
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth_openid_federation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrei Makarov