Class OIDCCallbackAction
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.acting.AbstractAction
org.ametys.workspaces.extrausermgt.authentication.oidc.OIDCCallbackAction
- All Implemented Interfaces:
Component
,LogEnabled
,ThreadSafe
,Action
Proxy callback for OpenId Connect protocol, so that one has to provide only one redirect URL to the identity provider.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Callback URL for all Ametys OIDC implementationsFields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionact
(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Field Details
-
CALLBACK_URL
Callback URL for all Ametys OIDC implementations- See Also:
-
-
Constructor Details
-
OIDCCallbackAction
public OIDCCallbackAction()
-
-
Method Details
-
act
public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
-