cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to override RedirectionController of samlsinglesignon extension

Former Member
1,060

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

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

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

0 Kudos
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.