mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-678: Assign clientID variable instead of string literal.
This commit is contained in:
@@ -78,7 +78,7 @@ public class TokenField extends Field {
|
||||
this.authorizationURI = UriBuilder.fromUri(authorizationEndpoint)
|
||||
.queryParam("scope", scope)
|
||||
.queryParam("response_type", "id_token")
|
||||
.queryParam("client_id","clientID")
|
||||
.queryParam("client_id", clientID)
|
||||
.queryParam("redirect_uri", redirectURI)
|
||||
.queryParam("nonce", nonce)
|
||||
.build();
|
||||
|
Reference in New Issue
Block a user