Wissance / Ferrum

Simple Go OpenId authorization server with Keycloak compatible API
https://wissance.github.io/Ferrum/
Apache License 2.0
6 stars 4 forks source link

Support newer version of keycloak #51

Closed EvilLord666 closed 6 months ago

EvilLord666 commented 10 months ago

In new version /auth/ was removed from path, therefore we should add proxy routes Newer version of Keycloak should be supported parallel to elder ones. This Feature MUST be implemented by adding new routes with URLs without auth handling by the same Handlers.

EvilLord666 commented 6 months ago

done