OmniAuth IBMid
This is the OmniAuth stragegy for authenticaing to IBMid
Installation
Add to your Gemfile
:
gem "omniauth-ibmid"
Usage
use OmniAuth::Builder do
provider :ibmid, ENV["IBMID_OIDC_CLIENT_ID"], ENV["IBMID_OIDC_CLIENT_SECRET"]
end
Project
This is the OmniAuth stragegy for authenticaing to IBMid
Add to your Gemfile
:
gem "omniauth-ibmid"
use OmniAuth::Builder do
provider :ibmid, ENV["IBMID_OIDC_CLIENT_ID"], ENV["IBMID_OIDC_CLIENT_SECRET"]
end