@@ -11,15 +11,15 @@ import (
1111// https://<domain>/.well-known/microsoft-identity-association.json
1212func registerMSFTIdentityWellKnownHandler (router * Router ) (err error ) {
1313 config := Config {
14- Path : "/.well-known/microsoft-identity-association.json" ,
15- Method : http .MethodGet ,
16- Name : "MSFTIdentityWellKnown" ,
17- Description : "Microsoft Identity Association well-known configuration file" ,
18- Tags : []string {"well-known" , "msft" , "azure" },
19- OperationID : "MSFTIdentityWellKnown" ,
20- Security : handlers .PublicSecurity ,
21- Middlewares : * publicEndpoint ,
22- Handler : router .Handler .MSFTIdentityWellKnownHandler ,
14+ Path : "/.well-known/microsoft-identity-association.json" ,
15+ Method : http .MethodGet ,
16+ Name : "MSFTIdentityWellKnown" ,
17+ Description : "Microsoft Identity Association well-known configuration file" ,
18+ Tags : []string {"well-known" , "msft" , "azure" },
19+ OperationID : "MSFTIdentityWellKnown" ,
20+ Security : handlers .PublicSecurity ,
21+ Middlewares : * publicEndpoint ,
22+ SimpleHandler : router .Handler .MSFTIdentityWellKnownHandler ,
2323 }
2424
2525 return router .AddUnversionedHandlerRoute (config )
0 commit comments