Class DefaultDuoOIDCIntegrationTest
- java.lang.Object
-
- net.shibboleth.idp.plugin.authn.duo.DefaultDuoOIDCIntegrationTest
-
public class DefaultDuoOIDCIntegrationTest extends Object
Test for the DefaultDuoOIDCIntegration.
-
-
Constructor Summary
Constructors Constructor Description DefaultDuoOIDCIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestEverythingSetWithAllowedOrigins()Try to initialize an integration without the registered redirectURI, but with the allowed origins set.voidtestEverythingSetWithRegisteredRedirectURI()Try to initialize an integration with a registered redirectURI, but without the allowed origins set.voidtestNoRedirectURIOrAllowedHost()Try to initialize an integration but without setting the registered redirectURI or the allowed origins list.
-
-
-
Method Detail
-
testEverythingSetWithRegisteredRedirectURI
public void testEverythingSetWithRegisteredRedirectURI() throws ComponentInitializationExceptionTry to initialize an integration with a registered redirectURI, but without the allowed origins set.- Throws:
ComponentInitializationException- on error
-
testEverythingSetWithAllowedOrigins
public void testEverythingSetWithAllowedOrigins() throws ComponentInitializationExceptionTry to initialize an integration without the registered redirectURI, but with the allowed origins set.- Throws:
ComponentInitializationException- on error
-
testNoRedirectURIOrAllowedHost
public void testNoRedirectURIOrAllowedHost() throws ComponentInitializationExceptionTry to initialize an integration but without setting the registered redirectURI or the allowed origins list. Should throw.- Throws:
ComponentInitializationException- on error
-
-