Skip to content

Commit

Permalink
OpeniD Connect information
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Oct 17, 2024
1 parent cd80269 commit 94dd59c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Binary file added images/oidc.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ receiver and the custom implementation at the host institution?
MyAcademicID. The API server needs to be connected as a Resource Server.
Both can be registered by [filling in the myacademic id registration form](./registration.md)

- How does this OpenID connect Oauth thing work? What is the flow for token
introspection?
- [Here is a nice explanation of how OpenID connect works](https://yasasramanayaka.medium.com/openid-connect-authorization-code-flow-8c02081135fc).
- The OpenID Connect flow is projected on the euroteq usecase [in this diagram](./openidconnect.md)

## Status

- Where can I see what has to be done, and what has already been done by
Expand Down
8 changes: 8 additions & 0 deletions openidconnect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# OpenID Connect in eduXchange.eu

In the eduXchange enrollment usecase, MyacademicID is used as an OpenID connect
provider, responsible for authenticating the user and managing the tokens.
The enrollment receiver is a Relying party, and the OOAPI endpoint is a
Resource Server.

![OpenID Connect for euroteq](./images/oidc.drawio.png)

0 comments on commit 94dd59c

Please sign in to comment.