Home / Projects / DSA_OAuth_changes
Project active

DSA_OAuth_changes

DSA_OAuth_changesIn digital_slide_archive/devops/dsa/provision.yaml, set the following:`` pip: - girder-oauth==3.2.3.dev12 rebuild-client: True `File Girder Container File Pathuser.py => /opt/girder/girder/api/v1/user.pyApp.js => /opt/girder/girder/web_client/src/views/App.jsrest.js => /opt/girder/girder/web_client/src/rest.jsExplanation of Changes: user.py:     Changed the getMe() function to redirect to OAuth Sign-In link if user is not already signed in         - This would need to change for general Girder implementations, but for our use case where we         want the…