Skip to content

Setup with OIDC #366

Closed Answered by dadrus
shishkin asked this question in Q&A
Dec 11, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

To be honest - yes.

Here is my reasoning:

OIDC is an extension to OAuth2. And OAuth2 is about authorization. To be more precise about delegation of rights to access data of a user to an application. To be even more precise - you as a user allows an application A to access your data managed by an application B. This application A is named "client" by OAuth2 and the application B is named resource server by OAuth2. So you as a user authorizes application A to access your data managed by the application B. Which authorization you as a user, also named "Resource Owner" by OAuth2 makes depends on the needs of the application A (the client). These needs are described by the client in the so cal…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@shishkin
Comment options

@dadrus
Comment options

Answer selected by dadrus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants