Choose the button style that best fits your application's design:
<!-- Include the button component script -->
<script src="https://auth-gateway.diebutzenscheibe.dev/bulogin-button-1.js"></script>
<!-- Use the component in your HTML -->
<bulogin-button-1
auth-url="https://auth-gateway.diebutzenscheibe.dev"
redirect-url="https://yourapp.com/dashboard">
</bulogin-button-1>
1. User clicks the login button on your application
2. Redirected to /login endpoint with the return URL
3. Auth backend redirects to Keycloak for authentication
4. User logs in with their credentials
5. Keycloak redirects back to the auth backend
6. Auth backend processes the login and creates a session
7. User is redirected back to the original page or configured URL