Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

IBM/omniauth-ibmid

Repository files navigation

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.