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
896280e4
Commit
896280e4
authored
May 20, 2020
by
Gradl, Tobias
Browse files
Hotfix for tickets without endpoint (changes to DARIAH IdP)
parent
818967e3
Pipeline
#17378
passed with stage
in 1 minute and 14 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
dariahsp-core/src/main/java/eu/dariah/de/dariahsp/service/BaseUserService.java
View file @
896280e4
...
...
@@ -39,7 +39,7 @@ public abstract class BaseUserService implements UserService, SAMLUserDetailsSer
// memberOf attribute
protected
static
final
String
OID_IS_MEMBER_OF
=
"urn:oid:1.3.6.1.4.1.5923.1.5.1.1"
;
public
static
final
String
DEFAULT_LOCAL_DOMAIN
=
"LOCAL"
;
public
static
final
String
DEFAULT_LOCAL_DOMAIN
=
null
;
private
String
defaultAuthority
;
...
...
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