Skip to content

Commit b05deb8

Browse files
9oOzvthijskh
authored andcommitted
Fix URL in error page redirection in ExpectedAuthContextClassRef authproc
1 parent 6dcc711 commit b05deb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/saml/src/Auth/Process/ExpectedAuthnContextClassRef.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ protected function unauthorized(array &$state): void
103103

104104
$id = Auth\State::saveState($state, 'saml:ExpectedAuthnContextClassRef:unauthorized');
105105
$url = Module::getModuleURL(
106-
'saml/sp/wrong_authncontextclassref.php'
106+
'saml/sp/wrongAuthnContextClassRef'
107107
);
108108

109109
$httpUtils = new Utils\HTTP();

0 commit comments

Comments
 (0)