osso 0.0.5.pre.beta → 0.0.5.pre.gamma

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
  SHA256:
3
- metadata.gz: e2f9a55978dad2e0b1829183ff8c023a4a9981c9403e4fb7b7fce0448bd553d9
4
- data.tar.gz: 3355b2e9c7ebe56afbe62ad678c2bda13ab7d924ae8e341511763df8683ece81
3
+ metadata.gz: f8349ed4f80afe46d642e3e1e7aaa9b9d0f90ece6e0fd6b8e0db416f74cc54f1
4
+ data.tar.gz: 9aa776d8e26b04570e4123baf232404c3e9059c66bcb1fe39f2ac337c59e7edd
5
5
  SHA512:
6
- metadata.gz: f8128ec3cd5ae5111ebe6fab2af92fd8fd5b7e1c5b4f10b2c72867b1bc6dd8465207f4376f264c70a2d75aab7cef2385f905d8597f25fed6557a70bab0b807ef
7
- data.tar.gz: b0f6199724d71b0cd3b6c21d1b2194cf5ce731c896b84d1be0f1558d5bffaa69b58196487f60a68559404488a1da8cac55b09262bf6c822f4ce5492c7f271a60
6
+ metadata.gz: aa38f696f541aa36893252c26aa1ffea8b6ac33b05b3bb130ecf7b1b71094042a7546984d67857ba8002c47744c47a1c813e7d972f38068be6c50f35a11aa9b7
7
+ data.tar.gz: 515be1591f3d5ce752057483cfa8e7d94d1665a7534fe1112c5c607f7ec2417ff650367826d7eec71d64086d735994c4f1b7ac322756df103adbdb6c4958bec2
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- osso (0.0.5.pre.alpha)
4
+ osso (0.0.5.pre.gamma)
5
5
  activesupport (>= 6.0.3.2)
6
6
  graphql
7
7
  jwt
@@ -28,8 +28,8 @@ module Osso
28
28
 
29
29
  redirect "/auth/saml/#{enterprise.provider.id}" if enterprise.single_provider?
30
30
 
31
- # TODO: multiple provider support
32
- # erb :multiple_providers
31
+ @providers = enterprise.identity_providers
32
+ erb :multiple_providers
33
33
 
34
34
  rescue Rack::OAuth2::Server::Authorize::BadRequest => e
35
35
  @error = e
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Osso
4
- VERSION = '0.0.5-beta'
4
+ VERSION = '0.0.5-gamma'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: osso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5.pre.beta
4
+ version: 0.0.5.pre.gamma
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Bauch
@@ -327,8 +327,6 @@ files:
327
327
  - lib/osso/routes/auth.rb
328
328
  - lib/osso/routes/oauth.rb
329
329
  - lib/osso/routes/routes.rb
330
- - lib/osso/routes/views/error.erb
331
- - lib/osso/routes/views/multiple_providers.erb
332
330
  - lib/osso/version.rb
333
331
  - lib/tasks/bootstrap.rake
334
332
  - osso-rb.gemspec
@@ -359,6 +357,7 @@ files:
359
357
  - spec/support/spec_app.rb
360
358
  - spec/support/views/admin.erb
361
359
  - spec/support/views/error.erb
360
+ - spec/support/views/multiple_providers.erb
362
361
  homepage: https://github.com/enterprise-oss/osso-rb
363
362
  licenses:
364
363
  - MIT
@@ -1 +0,0 @@
1
- <%= @error %>
@@ -1 +0,0 @@
1
- multiple providers