fleet/website/api
Eric e2ab9a2fe8
Website: Update Vanta authorization URL when a redirect URL is specified (#19798)
Closes: https://github.com/fleetdm/confidential/issues/6069

Changes:
- Added a new route going to the create-vanta-authorization-request
action: `/api/v1/create-external-vanta-authorization-request`
- Added a new input to the create-vanta-authorization-request action:
`sharedSecret` - A secret that must match
`sails.config.custom.sharedSecretForExternalVantaRequests` when an
external request is made to the
`/api/v1/create-external-vanta-authorization-request` endpoint
- Updated the authorization URL returned by the
create-vanta-authorization-request endpoint
- Updated the redirect in the view-vanta-authorization endpoint (if a
redirect URL is provided) to not use res.redirect() (it causes 500
errors) when redirecting users.
2024-06-17 13:28:39 -05:00
..
controllers Website: Update Vanta authorization URL when a redirect URL is specified (#19798) 2024-06-17 13:28:39 -05:00
helpers Website: Update Salesforce helepr to set an an Owner ID on all new records. (#19609) 2024-06-09 15:00:55 -05:00
hooks/custom Website: add step to the /start questionnaire for users who don't want to use Fleet (#19514) 2024-06-05 10:52:25 +09:00
models Website: add new usage statistics (#19315) 2024-06-04 18:36:25 -05:00
policies Website: Add admin tool for generating Fleet Premium licenses. (#8478) 2022-12-05 14:53:16 -06:00
responses Website: Fleet Sandbox (#6380) 2022-08-12 17:31:01 -05:00