Skip to content
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
d344a70
RHIDP-7833 Follow more logical user flow for authenticating with Azure
themr0c Jun 13, 2025
e1f900d
Merge branch 'main' into RHIDP-7833
themr0c Jun 16, 2025
f2b5184
Apply suggestions from code review
themr0c Jun 18, 2025
b01c399
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 18, 2025
7831dec
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 18, 2025
fa3eb7f
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 18, 2025
8bca665
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 18, 2025
85b00bf
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 18, 2025
4d95e02
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 18, 2025
5d5acf5
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 18, 2025
3c1a217
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 18, 2025
42183b1
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 20, 2025
9aeed62
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 20, 2025
7617f7b
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 20, 2025
9953217
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 23, 2025
52b8e87
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 23, 2025
c079a88
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 23, 2025
9947033
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 23, 2025
e7c6841
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 23, 2025
25a711e
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 23, 2025
c2a2351
Apply suggestions from code review
themr0c Jun 23, 2025
9062414
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 23, 2025
6a225c0
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 24, 2025
9c59b60
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 24, 2025
91938a7
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 24, 2025
c8a4347
Merge branch 'main' into RHIDP-7833
themr0c Jun 24, 2025
5e61c83
consistent variable names
themr0c Jun 24, 2025
1b496c0
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 27, 2025
fb71f9e
Update modules/authentication/proc-enabling-user-authentication-with-…
themr0c Jun 27, 2025
f927562
Merge branch 'main' into RHIDP-7833
themr0c Jul 4, 2025
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
13 changes: 0 additions & 13 deletions assemblies/assembly-authenticating-with-microsoft-azure.adoc

This file was deleted.

2 changes: 1 addition & 1 deletion assemblies/assembly-enabling-authentication.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ include::assembly-authenticating-with-rhbk.adoc[leveloffset=+1]
include::modules/authentication/proc-enabling-user-authentication-with-github.adoc[leveloffset=+1]


include::assembly-authenticating-with-microsoft-azure.adoc[leveloffset=+1]
include::modules/authentication/proc-enabling-user-authentication-with-microsoft-azure.adoc[leveloffset=+1]

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Catalog provider plugins handle this task asynchronously.
These plugins query the Identity Provider (IdP) for relevant user and group information, and create or update corresponding entities in the {product-short} catalog.
Scheduled provisioning ensures that the catalog accurately reflects the users and groups in your organization.

When a user attempts to access {product-short}, {product-short} redirects them to a configured authentication provider, such as xref:assembly-authenticating-with-rhbk[{rhbk-brand-name} ({rhbk})], xref:enabling-user-authentication-with-github[GitHub], or xref:assembly-authenticating-with-microsoft-azure[{azure-brand-name}].
When a user attempts to access {product-short}, {product-short} redirects them to a configured authentication provider, such as xref:assembly-authenticating-with-rhbk[{rhbk-brand-name} ({rhbk})], xref:enabling-user-authentication-with-github[GitHub], or xref:enabling-user-authentication-with-microsoft-azure[{azure-brand-name}].
This external IdP is responsible for authenticating the user.

On successful authentication, the {product-short} authentication plugin, configured in your `{my-app-config-file}` file, processes the response from the IdP, resolves the identity in the {product-short} software catalog, and establishes a user session within {product-short}.
Expand Down

This file was deleted.

Loading