Skip to content

Commit

Permalink
Merge pull request #31 from DFE-Digital/feature/user-login
Browse files Browse the repository at this point in the history
appsettings fix for dev config
  • Loading branch information
paullocknimble authored Jan 7, 2025
2 parents 13dd393 + 5d4758a commit 5727247
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,5 @@
},
"ConnectionStrings": {
"DefaultConnection": "Server=localhost;Database=sip;User ID=sa;Password=StrongPassword905;TrustServerCertificate=True"
},
"AzureAd": {
"Instance": "https://login.microsoftonline.com",
"Domain": "Educationgovuk.onmicrosoft.com",
"CallbackPath": "/signin-oidc",
"ClientId": "8b708989-014c-451c-a564-b2bed382f61f",
"TenantId": "fad277c9-c60a-4da1-b5f3-b3b8b34a82f9",
"AllowedRoles": "conversions.create",
"ClientSecret": "secret",
"GroupId": "7de65061-6b26-488b-9ff4-915f4199c2cf"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"ClientId": "",
"TenantId": "",
"AllowedRoles": "rise.edit",
"ClientSecret": "",
"GroupID": "e3bb2989-c428-43db-bbc4-49f6f3274569"
"ClientSecret": ""
},
"AuthenticationExpirationInMinutes": 60
}

0 comments on commit 5727247

Please sign in to comment.