We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7046bf commit d39d9d5Copy full SHA for d39d9d5
README.md
@@ -39,11 +39,11 @@ Modify $IDP_HOME/conf/idp.properties
39
40
idp.authn.flows = Password --> idp.authn.flows = Password|Totp
41
42
-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:
43
```
44
"<util:list id="shibboleth.AvailableAuthenticationFlows">"
45
46
-
+ New Bean
47
48
<bean id="authn/Totp" parent="shibboleth.AuthenticationFlow"
49
p:passiveAuthenticationSupported="true"
0 commit comments