Files
paralus/pkg/service
Akshay Gaikwad 5e7fc110b2 Add IdP groups in Identities table
The idp_groups is list of groups IdP user belongs to that is returning
in the OIdC providers token response. The flow of Idp Group mapping is
as follows:
    OIdC Provider (OP) return custom claim with groups in a token when
    authentication event
        |
    The value of custom claim is mapped to `idp_groups` of identity
    traint using JsonNet mapper.
        |
    On inserting/updating/deleting `identities` table, Postgresql
    sends a pg_notification with
    `PG_OPERATION,IDENTITY_ID,IDENTITY_TRAIN` as a payload.
       |
    The `pkg/service/user.UserService.UpdateIdpUserGroupPolicy` update
    the casbin policies for each notification based on payload received.
2022-05-12 12:32:30 +05:30
..
2022-04-08 17:42:26 +05:30
2022-04-26 10:26:15 +05:30
2022-04-13 12:07:51 +05:30
2022-03-24 12:42:59 +05:30
2022-04-13 12:07:51 +05:30
2022-04-08 17:42:26 +05:30
2022-03-24 12:42:59 +05:30
2022-03-24 12:42:59 +05:30
2022-03-24 12:42:59 +05:30
2022-03-24 12:42:59 +05:30
2022-04-08 17:42:26 +05:30
2022-05-12 12:32:30 +05:30