Created
February 28, 2020 17:38
-
-
Save relwell/2566769b7d6b38b3742069a781de749d to your computer and use it in GitHub Desktop.
oktaoauth monkeypatch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# frozen_string_literal: true | |
module OmniAuth::Strategies | |
class Oktaoauth | |
undef :access_token | |
attr :access_token | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment