Skip to content

Commit

Permalink
Update default authorization config to use SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
agologan committed May 4, 2020
1 parent 33f4ffb commit f291472
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import com.alfresco.auth.AuthConfig

val AuthConfig.Companion.defaultConfig: AuthConfig
get() = AuthConfig(
https = false,
port = "80",
https = true,
port = "443",
clientId = "alfresco-android-aps-app",
realm = "alfresco",
redirectUrl = "androidapsapp://aims/auth",
Expand Down

0 comments on commit f291472

Please sign in to comment.