#176: Started building out SAML/SSO authentication example with Okta

This commit is contained in:
frikky
2021-09-18 02:47:29 +02:00
parent dae5612722
commit 96cf883f08
5 changed files with 23 additions and 2 deletions
+1
View File
@@ -5866,6 +5866,7 @@ func initHandlers() {
// Docker orborus specific - downloads an image
r.HandleFunc("/api/v1/get_docker_image", getDockerImage).Methods("POST", "OPTIONS")
r.HandleFunc("/api/v1/migrate_database", migrateDatabase).Methods("POST", "OPTIONS")
r.HandleFunc("/api/v1/login_sso", shuffle.HandleSSO).Methods("GET", "POST", "OPTIONS")
// Important for email, IDS etc. Create this by:
// PS: For cloud, this has to use cloud storage.