Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 50 additions & 10 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "^.secrets.baseline$",
"lines": null
},
"generated_at": "2025-06-02T07:42:51Z",
"generated_at": "2025-06-06T14:36:54Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -82,7 +82,7 @@
"hashed_secret": "e2cd5296bc405e443c3969345d68abd8fce8c95b",
"is_secret": false,
"is_verified": false,
"line_number": 115,
"line_number": 116,
"type": "Secret Keyword",
"verified_result": null
}
Expand All @@ -100,23 +100,23 @@
"hashed_secret": "5a2ea68e9ea943ea31948fe51388c798e13346a9",
"is_secret": false,
"is_verified": false,
"line_number": 234,
"line_number": 237,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3",
"is_secret": false,
"is_verified": false,
"line_number": 495,
"line_number": 508,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "076a042dcb8e3b7be55cbbe95e1f18f577ef1ba5",
"is_secret": false,
"is_verified": false,
"line_number": 541,
"line_number": 554,
"type": "Secret Keyword",
"verified_result": null
}
Expand All @@ -134,15 +134,55 @@
"hashed_secret": "5a2ea68e9ea943ea31948fe51388c798e13346a9",
"is_secret": false,
"is_verified": false,
"line_number": 152,
"line_number": 156,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3",
"is_secret": false,
"is_verified": false,
"line_number": 394,
"line_number": 409,
"type": "Secret Keyword",
"verified_result": null
}
],
"authentication/AzureAD/entraid-nginx-values.yaml": [
{
"hashed_secret": "082b34549c67487c03a3ecf6f8411a5a7800e55f",
"is_secret": false,
"is_verified": false,
"line_number": 10,
"type": "Secret Keyword",
"verified_result": null
}
],
"authentication/AzureAD/entraid-ocp-values.yaml": [
{
"hashed_secret": "082b34549c67487c03a3ecf6f8411a5a7800e55f",
"is_secret": false,
"is_verified": false,
"line_number": 11,
"type": "Secret Keyword",
"verified_result": null
}
],
"authentication/AzureAD/entraid-pkjwt-nginx-values.yaml": [
{
"hashed_secret": "082b34549c67487c03a3ecf6f8411a5a7800e55f",
"is_secret": false,
"is_verified": false,
"line_number": 12,
"type": "Secret Keyword",
"verified_result": null
}
],
"authentication/AzureAD/entraid-pkjwt-ocp-values.yaml": [
{
"hashed_secret": "082b34549c67487c03a3ecf6f8411a5a7800e55f",
"is_secret": false,
"is_verified": false,
"line_number": 13,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down Expand Up @@ -274,7 +314,7 @@
"hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3",
"is_secret": false,
"is_verified": false,
"line_number": 587,
"line_number": 600,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down Expand Up @@ -404,15 +444,15 @@
"hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3",
"is_secret": false,
"is_verified": false,
"line_number": 406,
"line_number": 421,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "076a042dcb8e3b7be55cbbe95e1f18f577ef1ba5",
"is_secret": false,
"is_verified": false,
"line_number": 452,
"line_number": 467,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down
7 changes: 4 additions & 3 deletions authentication/AzureAD/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,13 @@ In this section, we explain how to:
## Log into the Microsoft Entra ID instance

After activating your account by email, you should have access to your Microsoft Entra ID instance. [Sign in to Azure](https://portal.azure.com/#home).
Click on the **Microsoft Entra ID** service.

## Manage groups and users

1. Create a group for ODM administrators.

In **Azure Active Directory** / **Groups**:
In **Manage** / **Groups**:
* Click **New Group**
* Group type: Security
* Group name: *odm-admin*
Expand All @@ -100,13 +101,13 @@ After activating your account by email, you should have access to your Microsoft

![Add Group](images/NewGroup.png)

In **Azure Active Directory** / **Groups** take note of the Object ID. It will be referenced as ``GROUP_ID`` later in this tutorial.
In **Manage** / **Groups** / **All groups** take note of the Object ID. It will be referenced as ``GROUP_ID`` later in this tutorial.

![GroupID](images/GroupID.png)

2. Create at least one user that belongs to this new group.

In **Azure Active Directory** / **Users**:
In **Manage** / **Users**:

* Click **New User** and in Basics fill in:
* User principal name: *myodmuser*@YOURDOMAIN
Expand Down
Loading