...
<AuthenticationMethod>
- element whose content is the authentication method(s) serviced by the login handler.<IPEntry>
- IP addresses and ranges to allow (ifdefaultDeny
is true) or deny (ifdefaultDeny
is false), in CIDR notation
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<LoginHandler xsi:type="IPAddress" username="ip-user" defaultDeny="true"> <AuthenticationMethod>urn:oasis:names:tc:SAML:2.0:ac:classes:InternetProtocol</AuthenticationMethod> <IPEntry>192.168.0.0/16</IPEntry> </LoginHandler> |
...