securesocial.defaults.conf Maven / Gradle / Ivy
The newest version!
#####################################################################################
#
# SecureSocial 2 Defaults
#
#####################################################################################
securesocial {
onLoginGoTo=/
onLogoutGoTo=/login
onStartSignUpGoTo=/login
onSignUpGoTo=/login
onStartResetPasswordGoTo=/login
onResetPasswordGoTo=/login
onPasswordChangeGoTo=/password
twitter {
requestTokenUrl="https://twitter.com/oauth/request_token"
accessTokenUrl="https://twitter.com/oauth/access_token"
authorizationUrl="https://twitter.com/oauth/authenticate"
}
facebook {
authorizationUrl="https://graph.facebook.com/oauth/authorize"
accessTokenUrl="https://graph.facebook.com/oauth/access_token"
scope=email
}
google {
authorizationUrl="https://accounts.google.com/o/oauth2/auth"
accessTokenUrl="https://accounts.google.com/o/oauth2/token"
scope="https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email"
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy