Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
dariahsp
Commits
1606d64e
Commit
1606d64e
authored
Jan 12, 2022
by
Gradl, Tobias
Browse files
Merge branch 'v2.1-dev' into 'v2.x-master'
Update CommonLoginController.java See merge request
!12
parents
c4dd356e
8f92ebb6
Pipeline
#30720
passed with stages
in 3 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dariahsp-core/src/main/java/eu/dariah/de/dariahsp/web/controller/CommonLoginController.java
View file @
1606d64e
...
...
@@ -43,8 +43,6 @@ public class CommonLoginController {
/**
* Present the local login form; override if the desired view is not 'login'
*
* @param map
* @param requestUrl
* @return login view
*/
@RequestMapping
(
"/login"
)
...
...
@@ -60,7 +58,6 @@ public class CommonLoginController {
* Mapping that requires authentication and thus redirects to configured client[0] if a user is not authenticated
* A provided callbackUrl is used for redirecting a user to a specified URL post-login.
*
* @param requestUrl
* @return redirection
*/
@PreAuthorize
(
"isAuthenticated()"
)
...
...
@@ -80,7 +77,6 @@ public class CommonLoginController {
/**
* Initiate a login based on a requested authentication client specified in terms of a client_name GET parameter
*
* @param client_name name of the authentication client, null selects default
* @return redirection
*/
@RequestMapping
(
"/startLogin"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment