Hi there,
I am new to Okta and trying to have the example working:
https://okta.github.io/code/java/spring_security_saml
Followed the instruction to clone two repositories:
git clone https://github.com/spring-projects/spring-security-saml.git
git clone https://github.com/nshobayo/okta-SpringSAML.git
Now I have two folders: spring-security-saml and okta-SpringSAML.
According to the example, the next step is to:
rm -rf spring-security-saml/sample/src/main
However, in the spring-security-saml directory, I can find a folder named “sample”.
Could you please advise how to solve this problem?