omniauth-openid
omniauth-openid copied to clipboard
OpenID strategy for OmniAuth
Thanks! [](https://reviewable.io/reviews/intridea/omniauth-openid/13)
this way it can be used with rubygems.org API
Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.6.2. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.1.0 to 3.0.4. Changelog Sourced from sinatra's changelog. 3.0.4 / 2022-11-25 Fix: Escape filename in the Content-Disposition header. #1841 by Kunpei Sakai 3.0.3 / 2022-11-11 Fix: fixed...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5. Changelog Sourced from rexml's changelog. 3.2.5 - 2021-04-05 {#version-3-2-5} Improvements Add more validations to XPath parser. require "rexml/document" by default. [GitHub#36][Patch by Koichi ITO]...
https://github.com/omniauth/omniauth-openid/blob/8a46fa98dabe3ea7ced336fef1201ab4870adb15/lib/omniauth/strategies/open_id.rb#L69 As noted in the [OpenID spec](https://openid.net/specs/openid-connect-migration-1_0.html#ImplementationConsiderations), the claimed identifier should be used (`#identity_url instead of #display_identifier`).
All installed ok, but unable to connect to my Keycloak identity provider. Config: ``` Rails.application.config.middleware.use OmniAuth::Builder do provider :open_id, :store => OpenID::Store::Filesystem.new('/tmp'), :name => 'openid', identifier: 'https://identity.provider.io/auth/realms/team/.well-known/openid-configuration' end ``` Unfortunately,...
Does this support? Does it support OpenID Connect?
when i log out of my app, i see that the app session getting destroyed. But the OP session persists. The user is still able to view the contents without...