Class DefaultDuoOIDCIntegrationTest
java.lang.Object
net.shibboleth.idp.plugin.authn.duo.DefaultDuoOIDCIntegrationTest
Test for the DefaultDuoOIDCIntegration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTry to initialize an integration without the registered redirectURI, but with the allowed origins set.voidTry to initialize an integration with a registered redirectURI, but without the allowed origins set.voidTry to initialize an integration but without setting the registered redirectURI or the allowed origins list.
-
Constructor Details
-
DefaultDuoOIDCIntegrationTest
public DefaultDuoOIDCIntegrationTest()
-
-
Method Details
-
testEverythingSetWithRegisteredRedirectURI
Try to initialize an integration with a registered redirectURI, but without the allowed origins set.- Throws:
ComponentInitializationException- on error
-
testEverythingSetWithAllowedOrigins
Try to initialize an integration without the registered redirectURI, but with the allowed origins set.- Throws:
ComponentInitializationException- on error
-
testNoRedirectURIOrAllowedHost
Try to initialize an integration but without setting the registered redirectURI or the allowed origins list. Should throw.- Throws:
ComponentInitializationException- on error
-