We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36840e commit e55461bCopy full SHA for e55461b
lib/code0/identities/provider/oidc.rb
@@ -21,7 +21,9 @@ def user_details_url
21
end
22
23
def authorization_url
24
- config[:authorization_url].gsub("{client_id}", config[:client_id]).gsub("{redirect_uri}", config[:redirect_uri])
+ config[:authorization_url]
25
+ .gsub("{client_id}", config[:client_id])
26
+ .gsub("{redirect_uri}", config[:redirect_uri])
27
28
29
def create_identity(response, *)
0 commit comments