diff --git a/authentication-tck/README.md b/authentication-tck/README.md
index f887a90..8b3d3fa 100644
--- a/authentication-tck/README.md
+++ b/authentication-tck/README.md
@@ -22,7 +22,7 @@ mvn clean verify -Ppayara-server-managed -Dpayara.version=${payaraVersion}
To execute the full TCK against a remote Payara Server installation, start your Payara Server and run the follow asadmin command against it, replacing ${tckDir} and ${payaraHome}:
```
-create-system-properties j2eelogin.name=j2ee:j2eelogin.password=j2ee:provider.configuration.file=${tckDir}/spi/common/ProviderConfiguration.xml:vendor.authconfig.factory=com.sun.jaspic.config.factory.AuthConfigFileFactory:log.file.location=${payaraHome}/glassfish/domains/domain1/logs
+create-system-properties j2eelogin.name=j2ee:j2eelogin.password=j2ee:provider.configuration.file=${tckDir}/spi/common/ProviderConfiguration.xml:vendor.authconfig.factory=org.glassfish.epicyro.config.factory.file.AuthConfigFileFactory:log.file.location=${payaraHome}/glassfish/domains/domain1/logs
```
${tckDir} is the directory where the unpacked TCK exists, for example: /home/user/Git/JakartaEE-10-TCK-Runners/authentication-tck/target/authentication-tck-3.1.0/tck
@@ -30,7 +30,7 @@ ${tckDir} is the directory where the unpacked TCK exists, for example: /home/use
NOTE: On Windows you will need to escape the ':' and '\' characters that will be present on your path variables, due to how the `create-system-properties` parses these characters
For example:
```
-create-system-properties "j2eelogin.name=j2ee:j2eelogin.password=j2ee:provider.configuration.file=D\:\\Git\\JakartaEE10-TCK-Runners\\authentication-tck\\target\\authentication-tck-3.1.0\\tck\\spi\\common\\ProviderConfiguration.xml:vendor.authconfig.factory=com.sun.jaspic.config.factory.AuthConfigFileFactory:log.file.location=D\:\\Git\\Payara\\appserver\\distributions\\payara\\target\\stage\\payara7\\glassfish\\domains\\domain1\\logs"
+create-system-properties "j2eelogin.name=j2ee:j2eelogin.password=j2ee:provider.configuration.file=D\:\\Git\\JakartaEE10-TCK-Runners\\authentication-tck\\target\\authentication-tck-3.1.0\\tck\\spi\\common\\ProviderConfiguration.xml:vendor.authconfig.factory=org.glassfish.epicyro.config.factory.file.AuthConfigFileFactory:log.file.location=D\:\\Git\\Payara\\appserver\\distributions\\payara\\target\\stage\\payara7\\glassfish\\domains\\domain1\\logs"
```
Run the TCK with the following command from the module directory, providing the path to the payaraHome and replacing the payara.version property:
@@ -43,4 +43,4 @@ The following will get around this for the terminal session:
```
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
-```
\ No newline at end of file
+```
diff --git a/authentication-tck/payara-profiles.xml b/authentication-tck/payara-profiles.xml
index 7fda20f..944392c 100644
--- a/authentication-tck/payara-profiles.xml
+++ b/authentication-tck/payara-profiles.xml
@@ -11,9 +11,6 @@
7.2024.1.Alpha3-SNAPSHOT
payara
-
- 3.1.0
-
3.1.2
3.3.1
3.3.0
@@ -25,8 +22,7 @@
${maven.multiModuleProjectDirectory}${file.separator}spi${file.separator}common${file.separator}ProviderConfiguration.xml
${payara.home}${file.separator}glassfish${file.separator}domains${file.separator}domain1${file.separator}logs
-
- com.sun.jaspic.config.factory.AuthConfigFileFactory
+ org.glassfish.epicyro.config.factory.file.AuthConfigFileFactory
server
@@ -52,15 +48,12 @@
test
-
-
-
-
-
-
-
-
-
+
+
+ org.glassfish.epicyro
+ epicyro
+ test
+
@@ -254,9 +247,6 @@
7.2024.1.Alpha3-SNAPSHOT
-
- 3.1.0
-
3.1.2
3.3.1
3.3.0
@@ -268,8 +258,7 @@
${maven.multiModuleProjectDirectory}${file.separator}spi${file.separator}common${file.separator}ProviderConfiguration.xml
${payara.home}${file.separator}glassfish${file.separator}domains${file.separator}domain1${file.separator}logs
-
- com.sun.jaspic.config.factory.AuthConfigFileFactory
+ org.glassfish.epicyro.config.factory.file.AuthConfigFileFactory
server
@@ -295,15 +284,12 @@
test
-
-
-
-
-
-
-
-
-
+
+
+ org.glassfish.epicyro
+ epicyro
+ test
+