Skip to content

Opaque token use case toevoegen#1

Merged
TheBonheurs merged 11 commits intomainfrom
opaque_token
Apr 30, 2025
Merged

Opaque token use case toevoegen#1
TheBonheurs merged 11 commits intomainfrom
opaque_token

Conversation

@TheBonheurs
Copy link
Copy Markdown
Member

@TheBonheurs TheBonheurs commented Nov 1, 2024

Resolves Logius-standaarden/OAuth-NL-profiel#61 is hier een voorzetje voor het gebruik van opaque tokens aan de hand van 3.1.10 Token Response

Copy link
Copy Markdown
Collaborator

@mrtn78 mrtn78 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Graag nog een verbeterslag over de tekst en het plaatje doen voordat we het kunnen publiceren.

Verder ook de verwijzing opnemen in de index.html om dit bestand in het respec document op te nemen.

Comment thread OAuth_use_cases.md Outdated
Comment thread OAuth_use_cases.md
## Use-cases extra security features


### 1. Opaque tokens
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deze losse zinnen lijken nu todo's maar missen context of anders ee nverwijzing naar openstaande issue's

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ik heb deze structuur overgenomen uit een andere pr.
Ideeën van een goede opbouw voor dit document zijn uiteraard welkom.

Comment thread media/opaque_token_gartner.png Outdated
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

svp niet explicite verwijzen naar Gartner in de naam en indien mogelijk het plaatje opmaken in draw.io en opnemen als .svg

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sanderke of @heiko zouden jullie dit ook kunnen oppakken?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SVG is gemaakt. Draw.io bronbestand is embedded: 5c1d23c

Comment thread OAuth_use_cases.md
Hierboven zien we een voorbeeld architectuur/flow met de nodige building blocks om de werking van opaque tokens aan te duiden. Zoals we al weten gaat het bij OAuth om het scheiden van de Authorization Server van de Resource Server en deze onafhankelijk maken van de gebruikte client.
We zien dat de access tokens aan de client kant (tot en met de Mediator/API gateway) als opaque tokens kunnen worden geimplementeerd. De bijbehorende OAuth server moet deze kunnen vertalen naar de bijbehordende JWT's en deze zal via de API gateways worden meegestuurd naar de service, die in dit geval onder een registratie valt. De service kan dan gewoon geimplementeerd worden met JWT's in mind.

> _Toevoegen verschil OAuth server aan de registratie kant?_
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is dit ook nog een todo?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is een TODO inderdaad maar alleen als het nodig is, vandaar de vraag

Comment thread OAuth_use_cases.md Outdated
@TheBonheurs
Copy link
Copy Markdown
Member Author

TheBonheurs commented Dec 6, 2024

@sanderke sanderke self-requested a review February 4, 2025 13:25
@TheBonheurs
Copy link
Copy Markdown
Member Author

@frankvanes hier is de PR

@TheBonheurs
Copy link
Copy Markdown
Member Author

@sanderke als je terug bent, zou je kunnen kijken welke anchor er precies faalt?

Comment thread OAuth_use_cases.md Outdated
TheBonheurs

This comment was marked as resolved.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2025

@TheBonheurs TheBonheurs moved this from Review to Pull Requests in Open Authentication standaarden Apr 2, 2025
@TheBonheurs TheBonheurs merged commit fb85df1 into main Apr 30, 2025
7 checks passed
@TheBonheurs TheBonheurs deleted the opaque_token branch April 30, 2025 10:32
@github-project-automation github-project-automation bot moved this from Pull Requests to Done in Open Authentication standaarden Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

Use case: Opaque tokens

3 participants