Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
korteke committed Dec 16, 2015
1 parent f7046bf commit d39d9d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ Modify $IDP_HOME/conf/idp.properties

idp.authn.flows = Password --> idp.authn.flows = Password|Totp

Add TOTP bean to $IDP_HOME/conf/authn/general-authn.xml, element
Add TOTP bean to $IDP_HOME/conf/authn/general-authn.xml, to the element:
```
"<util:list id="shibboleth.AvailableAuthenticationFlows">"
```

New Bean
```
<bean id="authn/Totp" parent="shibboleth.AuthenticationFlow"
p:passiveAuthenticationSupported="true"
Expand Down

0 comments on commit d39d9d5

Please sign in to comment.