Skip to content

Commit 735d125

Browse files
committed
enable state parameter
1 parent 0f4b660 commit 735d125

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Keycloak.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ protected function getAuthorizationMethod()
6666
return static::AUTHORIZATION_METHOD_HEADER_BEARER;
6767
}
6868

69+
/** @inheritdoc */
70+
public function needsStateParameterInAuthUrl()
71+
{
72+
return true;
73+
}
74+
6975
/**
7076
* Logout from Keycloak
7177
*

0 commit comments

Comments
 (0)