Skip to content

Commit

Permalink
Merge branch 'main' into logout_issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-alfresco authored Dec 17, 2024
2 parents 74035a2 + e49a53a commit 864ae12
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions auth/src/main/java/com/alfresco/auth/pkce/PkceAuthService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,7 @@ internal class PkceAuthService(context: Context, authState: AuthState?, authConf
if (authConfig.authType == AuthTypeProvider.NEW_IDP) {
authConfig.additionalParams.takeIf { it.isNotEmpty() }
?.let { builder.setAdditionalParameters(it) }
}

return builder.build()
} return builder.build()
}

private fun makeEndSessionRequest(serviceAuthorization: AuthorizationServiceConfiguration): EndSessionRequest {
Expand Down

0 comments on commit 864ae12

Please sign in to comment.