docs(oidc): token exchange guide (#7625)

* docs(oidc): token exchange guide

This change adds a token exchange guide which includes "simple" and impersonation examples.
The endpoint, claims and grant type documentation also has been amended with token exchange specifics.

* solve suggestions

* fix impersonated event type

* add link to event store concept

* fix links build error

* add to sidebar and update some info boxes
This commit is contained in:
Tim Möhlmann
2024-03-26 08:28:17 +02:00
committed by GitHub
parent 62652f4f91
commit 2021bad0ad
13 changed files with 1094 additions and 101 deletions

View File

@@ -303,8 +303,8 @@ func NewUserImpersonatedEvent(
aggregate *eventstore.Aggregate,
applicationID string,
actor *domain.TokenActor,
) *UserTokenAddedEvent {
return &UserTokenAddedEvent{
) *UserImpersonatedEvent {
return &UserImpersonatedEvent{
BaseEvent: *eventstore.NewBaseEventForPush(
ctx,
aggregate,