added azure sign in

This commit is contained in:
0xdcarns
2021-10-22 15:07:45 -04:00
parent 36d60eba64
commit f39e16fbc9
4 changed files with 134 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ func getCurrentAuthFunctions() map[string]interface{} {
case google_provider_name:
return google_functions
case azure_ad_provider_name:
return google_functions
return azure_ad_functions
case github_provider_name:
return github_functions
default: