admin管理员组

文章数量:1123347

This is the flow we want to implement:

User -> Banno login -> 1FA (user + pass) success -> Banno redirects user to 2FA screen -> third party validates 2FA (otp) -> if success, allows access to Banno | Otherwise reject login process.

Does Banno offers an Auth API that allows something like the previous flow?

I already reviewed the Authentication framework but I was not able to find much information about a third party IdP.

This is the flow we want to implement:

User -> Banno login -> 1FA (user + pass) success -> Banno redirects user to 2FA screen -> third party validates 2FA (otp) -> if success, allows access to Banno | Otherwise reject login process.

Does Banno offers an Auth API that allows something like the previous flow?

I already reviewed the Authentication framework but I was not able to find much information about a third party IdP.

Share Improve this question asked 11 hours ago JuliaJulia 1 New contributor Julia is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.
Add a comment  | 

1 Answer 1

Reset to default 0

It sounds like you're asking about modifying Banno's login process itself. There are product configurations available for such a thing (see your Jack Henry rep for details on the options). However, the Banno Digital Toolkit does not offer APIs to accomplish what you're looking to accomplish.

本文标签: How can I add a 2FA method (validated by a third party) in the Banno login processStack Overflow