Skip to content

Commit

Permalink
Merge branch 'main' into fix/config-use-par
Browse files Browse the repository at this point in the history
  • Loading branch information
dtsiflit committed Oct 7, 2024
2 parents a4a68f3 + c3d93a3 commit c7af521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Main/Authorisers/AuthorizationServerClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public actor AuthorizationServerClient: AuthorizationServerClientType {
responseType: Self.responseType,
clientId: config.clientId,
redirectUri: config.authFlowRedirectionURI.absoluteString,
scope: scopes.map { $0.value }.joined(separator: " ").appending(" ").appending(Constants.OPENID_SCOPE),
scope: scopes.map { $0.value }.joined(separator: " "),
credentialConfigurationIds: toAuthorizationDetail(credentialConfigurationIds: credentialConfigurationIdentifiers),
state: state,
codeChallenge: PKCEGenerator.generateCodeChallenge(codeVerifier: codeVerifier),
Expand Down

0 comments on commit c7af521

Please sign in to comment.