okta-auth-proxy 0.0.3 → 0.0.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 07b0f1f35c49d9ad992380bdaa478f744a46c269
4
- data.tar.gz: 3b77e9495386b9c65e036f4080ce28e5bc928707
3
+ metadata.gz: 00c6d3bb06c9bffa9d9a357925d0bf1048d7af81
4
+ data.tar.gz: 805cedc0cbe2552ea66e76389a1411f92a2c5d47
5
5
  SHA512:
6
- metadata.gz: ea036a05eb0da608b8b5ead7f3b7bd9127791b261b816f0e2a69f14b4bfd19f89720a7c82fbf6bad5ad5f1715dc71fc14367dc897511bb5a3c38096fbc06a250
7
- data.tar.gz: dd3e83fd7c4958549bf20919a2e88524903cc20c6a945d07fb459f4f066a507a91e2e9eeea9e5942ab3158c82076b6b48f686d8d66c166d38c123aabfc58a6cf
6
+ metadata.gz: d34cbc1ddd6a5534e9500363451a38f106728a907f018ec0e33c43521d352ef00f062bc53c48203a48ff6ca04d061e0c26b773b1440dd7b754624565a5f8684a
7
+ data.tar.gz: 1413b864c7d5403c3a6430b5625eb7e665adf6d301e0911fe7bd57ebaafa92059e8f9a8962f1afe4bbce76085ea51878dcf151c6849f69a2893b3c112f4e73b3
@@ -27,7 +27,7 @@ module OktaAuthProxy
27
27
  domain: ENV['COOKIE_DOMAIN'] || 'localhost'
28
28
  app.use OmniAuth::Builder do
29
29
  provider :saml,
30
- issuer: "http://localhost:3311",
30
+ issuer: ENV['SSO_ISSUER'],
31
31
  idp_sso_target_url: ENV['SSO_TARGET_URL'],
32
32
  idp_cert: File.read( ENV['CERT_PATH'] || 'okta_cert.pem'),
33
33
  name_identifier_format: "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",
@@ -1,3 +1,3 @@
1
1
  module OktaAuthProxy
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: okta-auth-proxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dale Hamel