Skip to content

Commit

Permalink
Merge pull request #79 from m-barthelemy/main
Browse files Browse the repository at this point in the history
Update MicrosoftRouter endpoint
  • Loading branch information
calebkleveter authored Mar 18, 2021
2 parents cde77ab + 1b97969 commit 29c1adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ImperialMicrosoft/MicrosoftRouter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class MicrosoftRouter: FederatedServiceRouter {
public func authURL(_ request: Request) throws -> String {
var components = URLComponents()
components.scheme = "https"
components.host = "www.login.microsoftonline.com"
components.host = "login.microsoftonline.com"
components.path = "/\(tenantID)/oauth2/v2.0/authorize"
components.queryItems = [
clientIDItem,
Expand Down

0 comments on commit 29c1adb

Please sign in to comment.