Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
92b83529
Unverified
Commit
92b83529
authored
Nov 29, 2021
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Somehow successful response but errors in validation
parent
6d9d9758
Branches
Branches containing commit
Tags
Tags containing commit
4 merge requests
!81
New stable release
,
!43
Merge dev to master
,
!33
Draft: merge dev to master
,
!30
Resolve "Refactor: fix all TODOs and FIXMEs in the backend"
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.rhel-prod/fda-authentication-service/install_cert
+4
-0
4 additions, 0 deletions
.rhel-prod/fda-authentication-service/install_cert
fda-authentication-service/rest-service/src/main/java/at/tuwien/config/SamlConfig.java
+1
-1
1 addition, 1 deletion
...st-service/src/main/java/at/tuwien/config/SamlConfig.java
with
5 additions
and
1 deletion
.rhel-prod/fda-authentication-service/install_cert
+
4
−
0
View file @
92b83529
...
...
@@ -32,3 +32,7 @@ sudo keytool -noprompt -importkeystore -deststorepass "${KEY_STORE_PASS}" -destk
sudo
keytool
-noprompt
-importkeystore
-deststorepass
"
${
KEY_STORE_PASS
}
"
-destkeypass
"
${
KEY_STORE_PASS
}
"
\
-destkeystore
"
${
KEY_STORE_LOCATION
}
"
-srckeystore
"
${
TMP_SAML_LOCATION
}
"
-srcstoretype
PKCS12
\
-srcstorepass
"
${
KEY_STORE_PASS
}
"
-alias
1
-destalias
saml
# TRUST LET'S ENCRYPT
sudo
keytool
-noprompt
-import
-alias
letsencrypt
-keystore
"
${
KEY_STORE_LOCATION
}
"
\
-file
"
${
CERT_LOCATION
}
/chain.pem"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
fda-authentication-service/rest-service/src/main/java/at/tuwien/config/SamlConfig.java
+
1
−
1
View file @
92b83529
...
...
@@ -172,7 +172,7 @@ public class SamlConfig extends WebSecurityConfigurerAdapter {
ExtendedMetadataDelegate
extendedMetadataDelegate
=
new
ExtendedMetadataDelegate
(
metadataProvider
(),
extendedMetadata
());
extendedMetadataDelegate
.
setMetadataTrustCheck
(
true
);
extendedMetadataDelegate
.
setMetadataRequireSignature
(
fals
e
);
extendedMetadataDelegate
.
setMetadataRequireSignature
(
tru
e
);
return
extendedMetadataDelegate
;
}
...
...
This diff is collapsed.
Click to expand it.
Martin Weise
@mweise
mentioned in commit
d170c9f6
·
Feb 20, 2022
mentioned in commit
d170c9f6
mentioned in commit d170c9f670c84cf75a794e4c5fbc6250210236ab
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment