We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3995b commit 3a3bd00Copy full SHA for 3a3bd00
tests/acceptance/TestHelpers/GraphHelper.php
@@ -143,7 +143,7 @@ public static function getEtagRegex(): string {
143
* @return string
144
*/
145
public static function getFederatedUserRegex(): string {
146
- return '(?=(.{4})*$)[A-Za-z0-9+/]*={0,2}$';
+ return '([0-9a-fA-F-]+)@([A-Za-z0-9.-]+(?::\d+)?$)';
147
}
148
149
/**
0 commit comments