Make auth callback handling more consistent
Callback URIs for SSO authentication have been adjusted to use a common pattern: `/auth/callback/*`. The Pac4j client name is now based on the provider id an is part of the path instead of a query parameter.
Showing
- src/main/java/de/thm/arsnova/config/SecurityConfig.java 30 additions, 16 deletionssrc/main/java/de/thm/arsnova/config/SecurityConfig.java
- src/main/java/de/thm/arsnova/controller/v2/AuthenticationController.java 1 addition, 1 deletion...e/thm/arsnova/controller/v2/AuthenticationController.java
- src/main/java/de/thm/arsnova/security/pac4j/OauthCallbackFilter.java 3 additions, 4 deletions...va/de/thm/arsnova/security/pac4j/OauthCallbackFilter.java
Please register or sign in to comment