-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: Add user types #768
Merged
Merged
feat: Add user types #768
Conversation
This file contains 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
4 tasks
oskogstad
force-pushed
the
feat/add-user-types
branch
from
May 28, 2024 08:52
368849b
to
738f2de
Compare
oskogstad
force-pushed
the
feat/add-user-types
branch
from
May 30, 2024 09:56
d8bf2e5
to
50a3764
Compare
oskogstad
force-pushed
the
feat/add-user-types
branch
2 times, most recently
from
May 30, 2024 10:06
bf768af
to
6608991
Compare
elsand
requested changes
Jun 1, 2024
src/Digdir.Domain.Dialogporten.Application/Common/Extensions/ClaimsPrincipalExtensions.cs
Outdated
Show resolved
Hide resolved
src/Digdir.Domain.Dialogporten.Application/Common/Extensions/ClaimsPrincipalExtensions.cs
Outdated
Show resolved
Hide resolved
src/Digdir.Domain.Dialogporten.Infrastructure/Altinn/Authorization/DecisionRequestHelper.cs
Outdated
Show resolved
Hide resolved
src/Digdir.Domain.Dialogporten.Application/Common/Extensions/ClaimsPrincipalExtensions.cs
Outdated
Show resolved
Hide resolved
src/Digdir.Domain.Dialogporten.Application/Common/Extensions/ClaimsPrincipalExtensions.cs
Outdated
Show resolved
Hide resolved
oskogstad
force-pushed
the
feat/add-user-types
branch
from
June 5, 2024 08:49
56e91a1
to
657a0bf
Compare
elsand
previously approved these changes
Jun 5, 2024
src/Digdir.Domain.Dialogporten.Application/Common/Extensions/ClaimsPrincipalExtensions.cs
Show resolved
Hide resolved
oskogstad
force-pushed
the
feat/add-user-types
branch
from
June 5, 2024 12:40
d9308db
to
e757f54
Compare
Quality Gate passedIssues Measures |
oskogstad
added a commit
that referenced
this pull request
Jun 12, 2024
🤖 I have created a release *beep* *boop* --- ## [1.8.0](v1.7.1...v1.8.0) (2024-06-12) ### Features * Add support for external resource references in authorizationAttributes ([#801](#801)) ([1e674bd](1e674bd)) * Add user types ([#768](#768)) ([b6fd439](b6fd439)) * Front channel embeds ([#792](#792)) ([c3000bd](c3000bd)) * GUI actions without navigation ([#785](#785)) ([f2d9136](f2d9136)) * Remove IsBackChannel concept from GUI Actions ([#819](#819)) ([18101c1](18101c1)) * Rename IsDeleteAction to IsDeleteDialogAction ([#820](#820)) ([18a1f6e](18a1f6e)) * **schema:** Rename MimeType to MediaType ([#813](#813)) ([6490625](6490625)) * **schema:** undo setting performed by if not set ([#802](#802)) ([c19f47a](c19f47a)) ### Bug Fixes * remove maskinporten aux from config ([#827](#827)) ([2e4e81a](2e4e81a)) * **schema:** add package-lock file ([#804](#804)) ([987dfa1](987dfa1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: Ole Jørgen Skogstad <skogstad@softis.net>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This implements a new abstract lookup enum for user types in order to support legacy users/systemUsers
Middleware is added for validating the IUser to be of this new enum
Name lookup is refactored to support these different types
Migration created for the abstract lookup type
Related Issue(s)
Verification
Documentation
docs
-directory, Altinnpedia or a separate linked PR in altinn-studio-docs., if applicable)