Skip to content

Commit f325707

Browse files
committed
1 parent 8a789a4 commit f325707

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/federation/src/main/java/org/picketlink/identity/federation/web/config/AbstractSPMetadataConfigurationProvider.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ private Object parseIdPMetadata() throws ParsingException {
146146
private void importFromPicketLinkConfiguration(SPType spType) {
147147
if (configParsedSPType != null) {
148148
spType.importFrom(configParsedSPType);
149+
spType.setLogOutPage(configParsedSPType.getLogOutPage());
149150
}
150151
}
151152

0 commit comments

Comments
 (0)