# sb-oauth2-mfa-demo **Repository Path**: heidsoft/sb-oauth2-mfa-demo ## Basic Information - **Project Name**: sb-oauth2-mfa-demo - **Description**: Spring Boot application with OAuth2 and multi-factor authentication - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OAuth2 with multi-factor authentication A custom grant type implementation for OTP which is sent to the mobile phone of the authenticated user. Used [Spring Security OAuth Boot 2 Autoconfig](https://docs.spring.io/spring-security-oauth2-boot/docs/2.2.x/reference/htmlsingle/) ### Flow diagram ![diagram](oauth2-mfa-diagram.png) [Sample requests](api-demo.http)