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 f2d5b57 commit d36840eCopy full SHA for d36840e
lib/code0/identities/provider/oidc.rb
@@ -21,7 +21,7 @@ def user_details_url
21
end
22
23
def authorization_url
24
- config[:authorization_url]
+ config[:authorization_url].gsub("{client_id}", config[:client_id]).gsub("{redirect_uri}", config[:redirect_uri])
25
26
27
def create_identity(response, *)
0 commit comments