WISE-Community / WISE-API

WISE Backend
https://wise.berkeley.edu
Other
4 stars 3 forks source link

feat(Microsoft Login): Register and Login Student #265

Closed hirokiterashima closed 7 months ago

hirokiterashima commented 7 months ago

Notes

Test prep

  1. Test with https://github.com/WISE-Community/WISE-Client/pull/1717
  2. Run sql query to update user_details table (if needed)
    alter table user_details add column microsoftUserId varchar(255);
  3. Add these values to wise-dockerdev.properties (if needed)
    ### Microsoft Open Id (log in with Microsoft) ###
    microsoft.accessTokenUri=
    microsoft.clientId=
    microsoft.clientSecret=
    microsoft.issuer=
    microsoft.jwkUrl=
    microsoft.userAuthorizationUri=
    microsoft.redirectUri=