Chapter 7
- In this chapter, you were presented with different integration options for different programming languages and platforms. If the programming language you are using already supports OpenID Connect, even if this is being done through a library or framework, you should consider using it.
Alternatively, you can also use a reverse proxy such as Apache HTTP Server.
- No, the Keycloak adapters were created when there were not many trusted client libraries. Nowadays, programming languages, and the frameworks built on top of these languages, already provide support for OpenID Connect.
As a rule of thumb, do the opposite: only consider using any of the Keycloak adapters if you are left with no other option.
- If you are using Reactive Native, you might want to look at https://github.com/FormidableLabs/react-native-app-auth/blob/main/docs/config-examples/keycloak.md.
There you should find examples on how to use it with Keycloak.
Remember that Keycloak is a fully compliant OpenID...