Configuration key 'authorizationUrl' is set to null but expected STRING]

12 views
Skip to first unread message

Abhinay Patthi

unread,
Sep 17, 2018, 3:35:46 PM9/17/18
to SecureSocial
securesocial {
  #
  # Where to redirect the user if SecureSocial can't figure that out from
  # the request that was received before authenticating the user
  #
  applicationHost=localhost
  applicationPort=9000

  onLoginGoTo = /home

  #
  # Where to redirect the user when he logs out. If not set SecureSocial will redirect to the login page
  #
  onLogoutGoTo = /login

  #
  # Enable SSL for oauth callback urls and login/signup/password recovery pages
  #
  ssl = false

  #
  # Session Timeout In Minutes
  #
  sessionTimeOut = 60

  github {
    authorizationUrl = "https://github.com/login/oauth/authorize"
    accessTokenUrl = "https://github.com/login/oauth/access_token"
    clientId = myId
   clientSecret = mykey
}

  userpass {
    withUserNameSupport = false
    sendWelcomeEmail = true
    enableGravatarSupport = true
    signupSkipLogin = true
    tokenDuration = 60
    tokenDeleteInterval = 5
    minimumPasswordLength = 8
    enableTokenJob = true
    hasher = bcrypt
  }
}

Can anyone please help
Reply all
Reply to author
Forward
0 new messages