GET request handler for /auth_acs/:containerName/:IDPName

This commit is contained in:
Anton Prokhorov
2026-04-06 22:11:22 +01:00
parent 9f7a1ce770
commit 64d32eb116
@@ -161,6 +161,7 @@ func setRoutes(r *gin.Engine) {
// the /metadata endpoint responds with raw text of the metadata for an IDP to fetch if it can reach Mythic
r.GET("/auth_metadata/:containerName/:IDPName/metadata", webcontroller.GetAuthContainerMetadataIDPEndpoint)
r.GET("/auth_redirect/:containerName/:IDPName", webcontroller.GetAuthContainerRedirect)
r.GET("/auth_acs/:containerName/:IDPName", webcontroller.ProcessIDPResponse)
r.POST("/auth_acs/:containerName/:IDPName", webcontroller.ProcessIDPResponse)
// unauthenticated file download based on file UUID
// this is for payload hosting and payload containers to fetch files via web