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

License

MIT License.