-
Notifications
You must be signed in to change notification settings - Fork 249
Add more tests for EntraId/AzureAd providers #2610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
132d9d6
Added several auth modes and started adding tests
sander1095 69d6eb9
Add CLI test for None
sander1095 5d9de27
Add comment for later
sander1095 1891bf5
Add extra dab validate tests
sander1095 926eb59
Fix incorrect code
sander1095 9376f46
Merge branch 'main' into add-auth-synonyms
sander1095 0d3b553
Add tests for the EasyAuth type
sander1095 25b9244
add more code around EasyAuth
sander1095 9fa2c78
Merge branch 'add-auth-synonyms' of https://github.com/sander1095/dat…
sander1095 f4a5a45
Merge branch 'main' into add-auth-synonyms
Aniruddh25 641c7c2
Apply suggestions from code review
sander1095 9c2fe90
Apply suggestions from code review
sander1095 74e4747
Merge branch 'Azure:main' into add-auth-synonyms
sander1095 8d782b5
Remove None and OAuth changes because this needs more consideration b…
sander1095 4150ea1
Fix build error
sander1095 b179b86
Apply suggestions from code review
sander1095 d3090b1
Reset test
sander1095 7fd24a1
Add missing tests based on current AzureAD tests
sander1095 b8262df
Fix snapshot test
sander1095 64cd25f
Merge branch 'main' into add-auth-synonyms
Aniruddh25 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
...CorrectConfigGenerationWithDifferentAuthenticationProviders_daacbd948b7ef72f.verified.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
DataSource: { | ||
DatabaseType: MSSQL, | ||
Options: { | ||
set-session-context: false | ||
} | ||
}, | ||
Runtime: { | ||
Rest: { | ||
Enabled: true, | ||
Path: /api, | ||
RequestBodyStrict: true | ||
}, | ||
GraphQL: { | ||
Enabled: true, | ||
Path: /graphql, | ||
AllowIntrospection: true | ||
}, | ||
Host: { | ||
Cors: { | ||
AllowCredentials: false | ||
}, | ||
Authentication: { | ||
Provider: EntraID, | ||
Jwt: { | ||
Audience: aud-xxx, | ||
Issuer: issuer-xxx | ||
} | ||
}, | ||
Mode: Production | ||
} | ||
}, | ||
Entities: [] | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.