JIMS ( monitor AD traffic ) to map an user to a group, and allow this group to access ressources. ( User, IP@ and group )
JIMS= JIMS  id server xxxxx  and JIMS id collector ( talk to otherAPP )
https://www.juniper.net/documentation/product/en_US/juniper-identity-management-service
https://www.juniper.net/documentation/en_US/jims/topics/concept/jims-example-data-flow.html
|
|
---|
| https://www.juniper.net/documentation/en_US/jims1.1.0/information-products/pathway-pages/feature-guide/jims-guide.pdf
The following configuration illustrates a basic JIMS server configuration on an SRX Series
device:
root@srx1# show services user-identification identity-management
authentication-entry-timeout 120;
invalid-authentication-entry-timeout 10;
connection {
connect-method https;
port 443;
primary {
address 70.0.0.250;
client-id abcd;
client-secret "$9$86jLdsaJDkmTUj"; ## SECRET-DATA
}
secondary {
address 70.0.0.251;
client-id otest;
client-secret "$9$W0K8-woaUH.5GD"; ## SECRET-DATA
}
}
batch-query {
items-per-batch 500;
query-interval 5;
}
|
|
|
|
|
|
|
|
|
|
|