0.0
No release in over a year
IBMid strategy for OmniAuth
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.0
>= 1.5.5
>= 0
>= 3.0

Runtime

>= 1.9, < 3
 Project Readme

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.