-
Would be nice if Jelu supported OpenID Connect:
- https://openid.net/developers/how-connect-works/
- https://www.authelia.com/integration/openid-connect/introduction/
- https://www.microsoft.com/…
57194 updated
1 month ago
-
We need to get rid of Authenticator component and to switch to something generic like Spring Security.
There is a need to support the following authentication methods:
- Local user (Local databas…
-
spring-cloud-starter-gateway v4.1.5
When using a different client registration for the TokenRelay filter (like `TokenRelay=someClientRegistrationId` and not the one used for logging in the user), t…
-
@zvigrinberg I run the keycloak and springboot apps on local laptop. Both running in containers fine with keycloak at port `8080` and springboot at `8081`. I managed to request TOKEN from the keycloak…
-
**Describe the bug**
Apparently, neither the ID token nor the `userinfo` are updated during the refresh token flow in Spring clients with `oauth2Login`. This has at least two consequences:
- the pri…
-
Hi,
I am working on a project to authenticate a camunda user over Keycloak with an Identity Provider that uses OpenID Connect (Entra-ID).
I used the shown sso-example to recreate the scenario on…
-
Do we want to move away from Shiro and use Spring for security?
What types of authentication mechanisms are required moving forward? Per https://github.com/OHDSI/WebAPI/wiki/Security-Configuration …
-
Right now, even if you apply the following config to `application.properties` in a Spring Boot application, the app is still configured to integrate with Keycloak and tries to dispatch authentication …
-
안녕하세요
현재 프레임워크 상에서 다른 시스템의 로그인을 적용을 할 수 있을까요?
예를 들어 회사 로그인 시스템을 프레임워크의 로그인 대신 사용하는 방법이 있을까요?
고맙습니다.
-
As we all know, the [spring-security-oauth2][1] project is marked as deprecated.
In the [migration guide][2], the Spring team recommends a switch to [spring-security.OAuth][3].
While this migrati…