This repository has been archived by the owner on May 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* #283 change the social login subject line * Pom version change release * giving defaults property values and removing warning associated with invalid cookie header
- Loading branch information
Showing
3 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,6 +70,8 @@ public class Utils { | |
public static final String SOCIAL_LOGIN_SERVICE_NAME = "serviceName"; | ||
public static final String SOCIAL_LOGIN_EMAIL_ADDRESS = "emailAddress"; | ||
public static final String SOCIAL_LOGIN_EMAIL_SUBJECT = "emailSubject"; | ||
public static final String SOCIAL_LOGIN_EMAIL_DEFAULT_SUBJECT = "University of Michigan Canvas Course Invitation"; | ||
public static final String SOCIAL_LOGIN_EMAIL_SUBJECT_PROP = "social.login.subjectline"; | ||
public static final String SOCIAL_LOGIN_SPONSOR_EPPN = "sponsorEppn"; | ||
public static final String SOCIAL_LOGIN_SPONSOR_MAIL = "sponsorMail"; | ||
public static final String SOCIAL_LOGIN_SPONSOR_GIVENNAME = "sponsorGivenname"; | ||
|
@@ -86,6 +88,7 @@ public class Utils { | |
protected static final String JSON_PARAM_IMPORTED = "imported"; | ||
protected static final String SOCIAL_LOGIN_API_SERVICE_PROVIDED_URL = "social.login.service.provider.url"; | ||
protected static final String SOCIAL_LOGIN_NO_REPLY_EMAIL = "social.login.no.reply.email"; | ||
protected static final String SOCIAL_LOGIN_DEFAULT_NO_REPLY_EMAIL = "[email protected]"; | ||
protected static final String SOCIAL_LOGIN_API_URL = "social.login.url"; | ||
protected static final String SOCIAL_LOGIN_API_KEY = "social.login.key"; | ||
protected static final String SOCIAL_LOGIN_API_SECRET = "social.login.secret"; | ||
|