diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-02-25 15:45:34 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-02-25 15:45:34 +0100 |
commit | c6a724be946ea5cd214e84b13e32255ad7750872 (patch) | |
tree | 71971b50cd89909ec0e4eefddc6c462378ee820b /id/server/modules/moa-id-module-openID | |
parent | f75314c2a1f8eb09f54a5ca912e67a4b1a932f6f (diff) | |
parent | c5fb48eb80fc9194983041909961ac3873f7653f (diff) | |
download | moa-id-spss-c6a724be946ea5cd214e84b13e32255ad7750872.tar.gz moa-id-spss-c6a724be946ea5cd214e84b13e32255ad7750872.tar.bz2 moa-id-spss-c6a724be946ea5cd214e84b13e32255ad7750872.zip |
Merge branch 'moa-id-3.2_(OPB)' into EGIZ_project-SSO_session_transfer
Diffstat (limited to 'id/server/modules/moa-id-module-openID')
-rw-r--r-- | id/server/modules/moa-id-module-openID/src/main/java/at/gv/egovernment/moa/id/protocols/oauth20/protocol/OAuth20AuthAction.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/modules/moa-id-module-openID/src/main/java/at/gv/egovernment/moa/id/protocols/oauth20/protocol/OAuth20AuthAction.java b/id/server/modules/moa-id-module-openID/src/main/java/at/gv/egovernment/moa/id/protocols/oauth20/protocol/OAuth20AuthAction.java index e7594954b..33d057fe9 100644 --- a/id/server/modules/moa-id-module-openID/src/main/java/at/gv/egovernment/moa/id/protocols/oauth20/protocol/OAuth20AuthAction.java +++ b/id/server/modules/moa-id-module-openID/src/main/java/at/gv/egovernment/moa/id/protocols/oauth20/protocol/OAuth20AuthAction.java @@ -111,7 +111,7 @@ class OAuth20AuthAction implements IAction { //TODO: maybe add bPK / wbPK to SLO information - SLOInformationInterface sloInformation = new SLOInformationImpl(req.getAuthURL(), accessToken, null, null, req.requestedModule()); + SLOInformationInterface sloInformation = new SLOInformationImpl(req.getAuthURL(), req.getOnlineApplicationConfiguration().getPublicURLPrefix(), accessToken, null, null, req.requestedModule()); return sloInformation; } |