• Drew Blessing's avatar
    Fix SCIM API Application Context · e530327a
    Drew Blessing authored
    The SCIM API needs
    to override the Application Context and set the user to nil
    since the SCIM API doesn't operate in the context of a user.
    Rather, the SCIM API uses a static token specific to the group
    enabling SCIM.
    
    Without overriding the context saving a user will hang when
    attempting to resolve the current_user set in the Application
    Context in the main API (lib/api/api.rb).
    e530327a
api.rb 6.61 KB