Skip to content

Commit

Permalink
Update build-everything.yml (#232)
Browse files Browse the repository at this point in the history
* Update build-everything.yml

updating ruby version

* Update openid-caep-1_0.md

updating source file to trigger build

* Update build-everything.yml

fixed typo

* Update build-everything.yml

removing version number for ruby

* sample from setup-ruby doc

* attempting to remove caep build error

* removed section 2 of inside SSF xref

* reverted renamed reference to SSF

* restored SSF Profile text in caep spec
  • Loading branch information
tulshi authored Feb 12, 2025
1 parent bab8547 commit 4b14f69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
ruby-version: '3.3'
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down
6 changes: 4 additions & 2 deletions openid-caep-1_0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: OpenID Continuous Access Evaluation Profile 1.0 - draft 03

abbrev: CAEP-Spec
docname: openid-caep-1_0
date: 2024-06-19
Expand Down Expand Up @@ -819,7 +820,8 @@ The following is a non-normative example of a Session Presented event:
"ext_id": "12345",
"event_timestamp": 1615304991643
}
}}
}
}
~~~

## Risk Level Change {#risk-level-change}
Expand All @@ -842,7 +844,7 @@ risk_reason
: RECOMMENDED, JSON string: indicates the reason that contributed to the risk level changes by the Transmitter.

principal
: REQUIRED, JSON string: representing the principal entity involved in the observed risk event, as identified by the transmitter. The subject principal can be one of the following entities USER, DEVICE, SESSION, TENANT, ORG_UNIT, GROUP, or any other entity as defined in {{Section 2 of SSF}}. This claim identifies the primary subject associated with the event, and helps to contextualize the risk relative to the entity involved.
: REQUIRED, JSON string: representing the principal entity involved in the observed risk event, as identified by the transmitter. The subject principal can be one of the following entities USER, DEVICE, SESSION, TENANT, ORG_UNIT, GROUP, or any other entity as defined in Section 2 of {{SSF}}. This claim identifies the primary subject associated with the event, and helps to contextualize the risk relative to the entity involved.

current_level
: REQUIRED, JSON string: indicates the current level of the risk for the subject. Value MUST be one of LOW, MEDIUM, HIGH
Expand Down

0 comments on commit 4b14f69

Please sign in to comment.