Skip to content

Commit ea1a469

Browse files
authored
Merge pull request #75 from cslzchen/feature/sso-with-identity
[Institution Rework] [ENG-4203] [ENG-4205] Rework Institution SSO flow with identity and affiliation - CAS Part
2 parents a457201 + 57c8a7d commit ea1a469

3 files changed

Lines changed: 112 additions & 140 deletions

File tree

src/main/java/io/cos/cas/osf/authentication/credential/OsfPostgresCredential.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public class OsfPostgresCredential extends RememberMeUsernamePasswordCredential
7272
/**
7373
* The user's institutional identity when authenticated via institutional SSO.
7474
*/
75-
private String institutionalIdentity = "";
75+
private String ssoIdentity = "";
7676

7777
/**
7878
* The authentication delegation protocol that is used between CAS / Shib and institutions.

0 commit comments

Comments
 (0)