Updated: OAuth 2.0 Token Exchange delegated implementation with Microsoft Entra ID and OpenIddict (RFC 8693)

https://github.com/damienbod/OAuthGrantExchangeOidcDownstreamApi?tab=readme-ov-file

#entraid #oauth #openidconnect #iam #rfc8693 #openiddict #aspnetcore #dotnet

GitHub - damienbod/OAuthGrantExchangeOidcDownstreamApi: OAuth 2.0 Token Exchange delegated implementation with Microsoft Entra ID and OpenIddict (RFC 8693)

OAuth 2.0 Token Exchange delegated implementation with Microsoft Entra ID and OpenIddict (RFC 8693) - damienbod/OAuthGrantExchangeOidcDownstreamApi

GitHub

I have a PR adding support for #RFC8693, OAuth 2.0 Token Exchange, in my #node #typescript OAuth2 package, `@jmondi/oauth2-server`.

https://github.com/jasonraimondi/ts-oauth2-server/pull/112

Any 👀's on the PR would be appreciated 🙏

feat: support RFC 8693 token exchange by jasonraimondi · Pull Request #112 · jasonraimondi/ts-oauth2-server

Description Support OAuth 2.0 Token Exchange specification (RFC 8693). This allows clients to exchange one type of token for another, facilitating more complex authorization scenarios and secure de...

GitHub
Implement the OAUTH 2.0 Token Exchange delegated flow between an Azure AD API and an API protected using OpenIddict

Software Engineering