Skip to content

Commit d39d9d5

Browse files
committed
Update README.md
1 parent f7046bf commit d39d9d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ Modify $IDP_HOME/conf/idp.properties
3939

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

42-
Add TOTP bean to $IDP_HOME/conf/authn/general-authn.xml, element
42+
Add TOTP bean to $IDP_HOME/conf/authn/general-authn.xml, to the element:
4343
```
4444
"<util:list id="shibboleth.AvailableAuthenticationFlows">"
4545
```
46-
46+
New Bean
4747
```
4848
<bean id="authn/Totp" parent="shibboleth.AuthenticationFlow"
4949
p:passiveAuthenticationSupported="true"

0 commit comments

Comments
 (0)