-
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
Utvide tjensteier-detalj-API med parameter for sluttbrukers fnr #386
Labels
auth
Issue related to authentication / authorization
Milestone
Comments
elsand
moved this to 🔖 Klar for implementering
in ⚠️ Dialogporten / Arbeidsflate - GAMMEL - se https://github.com/orgs/Altinn/projects/146 ⚠️
Jan 25, 2024
oskogstad
moved this from 🔖 Klar for implementering
to Under arbeid
in ⚠️ Dialogporten / Arbeidsflate - GAMMEL - se https://github.com/orgs/Altinn/projects/146 ⚠️
Feb 23, 2024
oskogstad
moved this from Under arbeid
to 🔖 Klar for implementering
in ⚠️ Dialogporten / Arbeidsflate - GAMMEL - se https://github.com/orgs/Altinn/projects/146 ⚠️
Feb 26, 2024
6 tasks
elsand
moved this from 🔖 Klar for implementering
to Backlog
in ⚠️ Dialogporten / Arbeidsflate - GAMMEL - se https://github.com/orgs/Altinn/projects/146 ⚠️
Apr 29, 2024
elsand
moved this from Backlog
to 🔖 Klar for implementering
in ⚠️ Dialogporten / Arbeidsflate - GAMMEL - se https://github.com/orgs/Altinn/projects/146 ⚠️
Apr 29, 2024
oskogstad
added a commit
that referenced
this issue
Jul 22, 2024
This is a rewrite of #901, taking into account the clarified requirements in #851 ## Description * Introduces the DialogActor entity, with DB migrations (breaking) * Replaces the strings for "performedBy" and "seenBy" with instances of DialogActor. This should also be used for "sender" when "transmission" is introduced. * Adds DTOs, mappings and validations for all enduser and service owner endpoints * Hash service replaced with static helper, used directly in mappers * Refactored PersonNameRegistry to PartyNameRegistry * Implement actor name lookup if actor id is supplied * Replaced "via serviceowner" with a simple boolean value (should be used in #386) * Updated seen tests (pid masking) * Added activity log tests (pid masking) Missing * Updated e2e tests ## Related Issue(s) - #851 ## Verification - [x] **Your** code builds clean without any errors or warnings - [x] Manual testing done (required) - [ ] Relevant automated test added (if you find this hard, leave it and we'll help out) ## Documentation - [ ] Documentation is updated (either in `docs`-directory, Altinnpedia or a separate linked PR in [altinn-studio-docs.](https://github.com/Altinn/altinn-studio-docs), if applicable) --------- Co-authored-by: Ole Jørgen Skogstad <skogstad@softis.net>
4 tasks
Hvorfor? Dersom sluttbruker id senders inn burde vel også urler maskeres? |
knuhau
moved this from Code Review og PR
to Testing / Design QA
in ⚠️ Dialogporten / Arbeidsflate - GAMMEL - se https://github.com/orgs/Altinn/projects/146 ⚠️
Aug 22, 2024
Jeg mente altså at URL-er oppgitt i attachments og actions ikke skulle omskrives. |
github-project-automation
bot
moved this from Testing / Design QA
to Done
in ⚠️ Dialogporten / Arbeidsflate - GAMMEL - se https://github.com/orgs/Altinn/projects/146 ⚠️
Sep 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Beskrivelse
Som fortsettelse av #322, legges det til mulighet for tjenesteeier å legge til grunn en oppgitt sluttbrukers autorisasjon for uthenting av en enkelt dialog.
Implementasjon
Samme mekanisme som i sluttbruker-API-et benyttes hvis sluttbrukers fnr oppgis, og DTO-ene dekorereres med isAuthorized=false hvis autorisasjon mangler. URL-er skal ikke omskrives.
Oppgaver
The text was updated successfully, but these errors were encountered: