Closed rksk closed 1 week ago
Example:
var onLoginRequest = function(context) {
executeStep(1, {
onSuccess: function(context) {
executeStep(2, {
stepOptions: {
forceAuth: 'true'
}
}, {});
}
});
};
This is available in IS 5.10.0 as well with wso2is-5.10.0.69 and wso2is-km-5.10.0.70
Needs to be added to IS 6.0 docs as well
This issue is being closed due to extended inactivity. Please feel free to reopen it if further attention is needed. Thank you for helping us keep the issue list relevant and focused!
The new functionality introduced with https://github.com/wso2/carbon-identity-framework/pull/2961 is not documented in the JS API reference.
It should be available from 5.11.0 onwards.