1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-02-03 13:21:51 +02:00
This commit is contained in:
Jehiah Czebotar 2017-03-29 09:36:38 -04:00
parent c1116ea506
commit c5fc7baa86
4 changed files with 14 additions and 14 deletions

View File

@ -3,11 +3,11 @@ package providers
import (
"errors"
"fmt"
"github.com/bitly/go-simplejson"
"github.com/bitly/oauth2_proxy/api"
"log"
"net/http"
"net/url"
"github.com/bitly/go-simplejson"
)
type AzureProvider struct {