on 2018 Jul 05 1:59 PM
Hello Experts ,
When am doing to override the RedirectionController getting build errors even though i added samlsinglesignon as required extension
The import de.hybris.platform.samlsinglesignon.RedirectionController cannot be resolved
Is there any way to do that
Request clarification before answering.
When am doing to override the RedirectionController getting build errors even though i added samlsinglesignon as required extension
The import de.hybris.platform.samlsinglesignon.RedirectionController cannot be resolved
is there any solution
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
SAMLCredential credential = (SAMLCredential)SecurityContextHolder.getContext().getAuthentication().getCredentials();I am getting null pointer error at the above line in the redirectionBaseController. but the saml response is returned from the third party.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.