Closed NickolausDS closed 5 years ago
This was set to live a little while ago, likely by a project we were working on that needed it asap at the time. I went back through and smoke tested everything, and everything is in order (pending some needed updates to Django and the identifiers service).
These changes make the Concierge Service create Minids using the Globus Identifier Service instead of the Minid Service. The biggest part of the change is in token handling: The Identifier service registers minids via service scoped tokens, where the Minid service/previous concierge service used a raw auth access token. The Concierge service now has its own scope that other clients can request in order to create bags:
API changes haven't yet been made, so I'm setting this as
wip
. Although core functionality works now, it would be good to get rid of the old 'transfer_token' field and strip away user info fields that are no longer used in the Identifier Service.