-
When installing a gem that provides precompiled binaries, as for example [google-protobuf](https://rubygems.org/gems/google-protobuf/versions/3.9.2-universal-darwin), RubyGems is installing the MRI bi…
-
Gemfil:
```
source 'https://rubygems.org'
gem 'grape', "~> 1.0"
gem 'grape-entity', "~> 0.6"
gem 'grape-swagger', "~> 0.27"
gem 'grape-swagger-entity', "~> 0.2"
gem 'json', "~> 2.1"
gem 'otr-a…
-
## 概要
GithubActionsにてJWTを生成するJobを追加
## 対応方針
~~GithubActionsにてJWTを生成~~
- スクリプトを利用して生成
## 参考
## その他
-
Hello, I'm trying to authenticate access to Google Drive from my AWS EC2 instance using [Workload Identity Federation](https://cloud.google.com/iam/docs/workload-identity-federation), but unfortunatel…
-
I'm playing with the gateway and pointed it at nov/openid_connect_sample. The authorization request seems to work, and then the gateway POSTS to the OP for the access token. The OP responds and the …
-
ErickD mentioned an oidc provider used in our secure zone.
Investigate to see how to use it to decode jwt tokens
-
When verifying with JWK set, I have to manually loop through all the keys:
```ruby
token, signature = nil
jwk.keys.find do |key|
success, token, signature = JOSE::JWT.verify_strict(key, ['RS25…
-
Hello,
Since yesterday without changing anything our `fastlane` execution fails on CircleCI with this error :
```sh
bundler: failed to load command: fastlane (/opt/homebrew/lib/ruby/gems/3.3.0…
-
Ciao @descovi
Abbiamo ricevuto alcune segnalazioni da parte degli sviluppatori che ci indicano che questo repository conterrebbe risorse
non allineate con lo stato attuale delle Specifiche SPID.…
-
I am currently using this gem in a couple of Rails projects without issue connecting to an IdentityServer with openid/oauth.
I was previously using a fairly basic handwritten Oauth handler in a modul…