We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description: Adaptive authentication using function library provide a sample where it check the age of the user. According to the age_based functional library, it only has the getAge() function. But in the authentication script, it says it has two functions (getAge and validateDOB) https://is.docs.wso2.com/en/latest/guides/adaptive-auth/adaptive-auth-with-function-lib-sample/
getAge
validateDOB
An exception throws when using the given authentication script. Either we have to update the authentication script or update the functional library.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
Adaptive authentication using function library provide a sample where it check the age of the user. According to the age_based functional library, it only has the getAge() function. But in the authentication script, it says it has two functions (
getAge
andvalidateDOB
)https://is.docs.wso2.com/en/latest/guides/adaptive-auth/adaptive-auth-with-function-lib-sample/
An exception throws when using the given authentication script. Either we have to update the authentication script or update the functional library.
The text was updated successfully, but these errors were encountered: