Skip to content
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

JWT-Token um weitere Informationen anreichern #738

Open
1 task
MrSebastian opened this issue Jan 20, 2025 · 2 comments · May be fixed by #783
Open
1 task

JWT-Token um weitere Informationen anreichern #738

MrSebastian opened this issue Jan 20, 2025 · 2 comments · May be fixed by #783
Assignees

Comments

@MrSebastian
Copy link
Member

MrSebastian commented Jan 20, 2025

In Verbindung mit dem Auth-Service kommt der Claim nicht.


Dem JwtToken (das Objekt in den Services) soll die wls-spezifischen Claims zur Verfügung stehen damit der AUthDetailsRetreiver darauf zugreifen darf.

Lösung

Der Token der vom Auth-Service ausgestellt wird, wird um den Claim wahlbezirksArt erweitert. Der Vorteil wäre dass es zentral gefixt wird.

Alternative

Die Informationen soll aus dem UserInfo-Endpunkt des Auth-Service gelesen werden. Allerdings kann der JWT im Service nicht um weitere Claims erweitert werden.

Akzeptanzkriterien

  • der AuthService ergänzt einen Claim wahlbezirksArt
@MrSebastian
Copy link
Member Author

Claims können im Nachgang nicht erweitert werden, zumindest nicht innerhalb von loadAuthorities im UserInfoAuthoritiesService

@MrSebastian
Copy link
Member Author

die Beschreibung wurde angepasst um Änderungen am Auth-Service vorzunehmen

@MrSebastian MrSebastian self-assigned this Jan 30, 2025
@MrSebastian MrSebastian linked a pull request Jan 30, 2025 that will close this issue
6 tasks
@MrSebastian MrSebastian linked a pull request Jan 30, 2025 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant