-
Notifications
You must be signed in to change notification settings - Fork 4
Sync names #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Sync names #55
Conversation
I think Shibboleth does send it every time: https://fireroad.mit.edu/Shibboleth.sso/Session |
It looks like we already assume that the student name is always sent by Touchstone: This is assuming that the return value of Also, @venkatesh-sivaraman could you point me to where exactly the |
I think At least, the PHP sample in IS&T's website uses |
I'm going through old issues/pr's, can this be merged? @psvenk Also should we be using Petrock/Okta directly now instead of the defunct OIDC...? Idk if it matters or not but something to think about ig |
I don't think this uses the defunct OIDC? |
Don't we? |
Per a user's feedback email, instead of setting the student's name only once when the user first logs in, update it each time we handle an OAuth login. (I'm not 100% sure this will work as I can't remember if the student name is always sent by Touchstone, but should be good to test out.)