https://github.com/ubrt/keycloak-linked-accounts-filter
A request filter to hide (un)linked accounts in the account console
https://github.com/ubrt/keycloak-linked-accounts-filter
Last synced: about 1 year ago
JSON representation
A request filter to hide (un)linked accounts in the account console
- Host: GitHub
- URL: https://github.com/ubrt/keycloak-linked-accounts-filter
- Owner: ubrt
- Created: 2025-02-22T09:59:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T10:11:02.000Z (over 1 year ago)
- Last Synced: 2025-02-22T11:20:04.243Z (over 1 year ago)
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quarkus Request Filter for (Un)linked Accounts in Keycloak Account Console
This filter disables the `/account/linked-accounts` endpoint in Keycloak to prevent the exposure of private identity providers (which are hidden on the login page). You can extend the logic if you still wish to display linked providers. Tested in Keycloak 25.0.5 - 26.1.2.
# Usage
Copy the JAR file from the `/providers` directory to your providers directory.
# Example
Run with:
`docker-compose up`