OidcProxy.Net icon indicating copy to clipboard operation
OidcProxy.Net copied to clipboard

Add documentation for wiring this project with KeyCloak

Open appie2go opened this issue 1 year ago • 3 comments

This project contains several samples that demonstrate how to use this library. Currently, there is a demo for IdentityServer4, Auth0, and AzureAd. However, various users of this library are using it with KeyCloak. Therefore, we need a demo that describes and illustrates how to use this library with KeyCloak.

Currently the demo's look like so:

  • https://github.com/thecloudnativewebapp/GoCloudNative.Bff/tree/main/docs/demos/Authentication-Gateways
  • https://github.com/thecloudnativewebapp/GoCloudNative.Bff/tree/main/docs/demos/spa-bffs

Request:

  • Please add a demo similar to the ones this project already contains, with KeyCloak
  • Preferably, users are able to download the sample and run it without configuring too much

appie2go avatar May 14 '23 17:05 appie2go

Oh, it's bad, that it has been closed. I'm working right now with keycloak, and for now successfully integrated BFF with it. Just configured appsettings and keycloak bff client and use example spa app. Maybe there are things which I need to know when I will move further with keycloak integration.

Thorvaldd avatar Aug 21 '23 06:08 Thorvaldd

Hi Thorvaldd,

Let me know if you run in to anything, we can reopen this ticket if need be.

Cheers

appie2go avatar Aug 22 '23 13:08 appie2go

Reopening this issue because more and more people are starting to use this library in combination with KeyCloak.

appie2go avatar Sep 20 '23 07:09 appie2go

Created PR #199 for a Keycloak SPA+BFF demo.

ihorwill avatar May 18 '24 15:05 ihorwill