I’m new to Keycloak and put together a proof of concept using NextJS15 and AuthJS 5 for authentication. The setup includes:
- two application websites
- a dedicated client per application
- multiple organizations that have access to one or both clients/apps
Authentication is working and I’m getting the access token with the claims that I’m expecting. I’m now adding authorization and researching options prior to implementation. Some questions that I have are:
- I’m aware of krasamo/keycloak-typescript, react-keycloak/keycloak-ts, and keycloak-js. Are there others I should consider and what are the pros/cons?
- There was a comment in the forums stating that UMA is not getting adoption. Does that still hold true, and if so, what other options should I consider?
Thank you