Skip to content

Commit

Permalink
SAML Authorization
Browse files Browse the repository at this point in the history
  • Loading branch information
tifoha committed Jan 20, 2016
1 parent 2fdd494 commit 4740185
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ivis-server/build.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

process-webapp-sources:
[copy] Copying 1 file to /home/vitaly/IdeaProjects/iVIS/ivis-server/target/ivis-server/WEB-INF
2 changes: 1 addition & 1 deletion ivis-server/src/main/java/com/imcode/saml2/Imcms.java
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public static Map<String, AuthenticationMethodConfiguration> getAuthenticationCo
//
private static Properties getServerProperties() {
Properties props = new Properties();
props.setProperty("server-name", "http://ivis.dev.imcode.com/acs");
props.setProperty("server-name", "http://ivis.dev.imcode.com");
props.setProperty("authentication-method-1", "loginPassword");
props.setProperty("authentication-method-2", "cgi");
props.setProperty("cgi-authentication-method-url", "https://m00-mg-local.testidp.funktionstjanster.se/samlv2/idp/req/0/0");
Expand Down

0 comments on commit 4740185

Please sign in to comment.