Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recompilation Issues with version 6.0.0.7 #5

Open
lchaganthi opened this issue Jun 9, 2020 · 1 comment
Open

Recompilation Issues with version 6.0.0.7 #5

lchaganthi opened this issue Jun 9, 2020 · 1 comment

Comments

@lchaganthi
Copy link

Hello,

I am trying to use this as part of migration from Kerberoes chain to Tree.I am facing issues with certain variabiliazation when trying to recompile with 6.0.0.7.Hopefully this module will work for 6.0 as i see it is coded for 6.5

below is the error i get.

[INFO] -------------------------------------------------------------
[ERROR] /C:/code/Windows-Desktop-SSO-Node-1.0.4/src/main/java/org/forgerock/openam/auth/nodes/WindowsDesktopSSONode.java:[169,83] cannot find symbol
symbol: variable request
location: class org.forgerock.openam.auth.nodes.WindowsDesktopSSONode
[ERROR] /C:/code/Windows-Desktop-SSO-Node-1.0.4/src/main/java/org/forgerock/openam/auth/nodes/WindowsDesktopSSONode.java:[422,12] cannot find symbol
symbol: method setIsInitiator(boolean)
location: variable wtc of type com.sun.identity.authentication.modules.windowsdesktopsso.WindowsDesktopSSOConfig
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.596 s
[INFO] Finished at: 2020-06-09T13:17:55-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project windowsdesktopsso-auth-node: Compilation failure: Compilation failure:
[ERROR] /C:/code/Windows-Desktop-SSO-Node-1.0.4/src/main/java/org/forgerock/openam/auth/nodes/WindowsDesktopSSONode.java:[169,83] cannot find symbol
[ERROR] symbol: variable request
[ERROR] location: class org.forgerock.openam.auth.nodes.WindowsDesktopSSONode
[ERROR] /C:/code/Windows-Desktop-SSO-Node-1.0.4/src/main/java/org/forgerock/openam/auth/nodes/WindowsDesktopSSONode.java:[422,12] cannot find symbol
[ERROR] symbol: method setIsInitiator(boolean)
[ERROR] location: variable wtc of type com.sun.identity.authentication.modules.windowsdesktopsso.WindowsDesktopSSOConfig

@FrankGasparovic
Copy link
Owner

FrankGasparovic commented Jun 9, 2020

Hi lchaganthi,

Unfortunately the Kerberos node only works on AM 6.5.2 and above due to a change in the Authentication Node Framework. For 6.0.0.7 you will need to use the WDSSO Module or migrate to a newer version of AM to take advantage of this node.

Thanks,

Frank

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants