Skip to content

Commit

Permalink
Include group tags in the conditional access wrapper method (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
somethingnew2-0 authored Apr 18, 2024
1 parent a9c1348 commit 29c789f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/plugins/conditional_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def access_request_created(self,
def access_request_created(
access_request: AccessRequest,
group: OktaGroup,
group_tags: List[Tag],
requester: OktaUser
) -> Generator[Any, None, Optional[ConditionalAccessResponse]] | List[Optional[ConditionalAccessResponse]]:
try:
Expand Down

0 comments on commit 29c789f

Please sign in to comment.