diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-06 13:18:30 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-06 13:18:30 -0700 |
| commit | 1faacf8dda27d4eef0a4440deda82326262e0a89 (patch) | |
| tree | b8f7283ff20dc647891e280f6fea48f9a1c13e74 /bin/idp | |
| parent | 68aaecae08062f6a200bc7167e8666c14165630c (diff) | |
feat: provide JWT token and GlobalID to make the remote authorization decision
Diffstat (limited to 'bin/idp')
| -rwxr-xr-x | bin/idp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,8 +6,9 @@ gemfile do source "https://rubygems.org" gem "declarative_policy", "~> 1.0" - gem "google-protobuf", "~> 3.0" gem "erb", "~> 4.0" + gem "globalid", "~> 1.0" + gem "google-protobuf", "~> 3.0" gem "rack", "~> 3.0" gem "rackup", "~> 2.0" gem "saml-kit", "~> 1.0" |
