Skip to content

Commit

Permalink
Replace oidc auth microsoft screenshots with generic ones
Browse files Browse the repository at this point in the history
  • Loading branch information
rghara committed Oct 24, 2024
1 parent 8e72c69 commit 12b8a8b
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Binary file modified docs/src/main/asciidoc/images/oidc-microsoft-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/src/main/asciidoc/images/oidc-microsoft-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/src/main/asciidoc/images/oidc-microsoft-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/src/main/asciidoc/images/oidc-microsoft-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/src/main/asciidoc/images/oidc-microsoft-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/src/main/asciidoc/images/oidc-microsoft-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/security-openid-connect-providers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -349,15 +349,15 @@ quarkus.oidc.credentials.client-secret.value=<Client Secret>
=== Microsoft

In order to set up OIDC for Microsoft you need to go to your https://portal.azure.com[Microsoft Azure Portal],
and search for `Azure Active Directory`, then click on it:
and search for `Microsoft Entra ID` formerly known as `Azure Active Directory` , then click on it:

image::oidc-microsoft-1.png[role="thumb"]

Once there, on the left side under `Manage`, click on `App registrations` then click on `New registration`:

image::oidc-microsoft-2.png[role="thumb"]

Fill in your application name, select `Accounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox)` to allow anyone to log in, and add a `Web` Redirect URI as `http://localhost:8080/_renarde/security/oidc-success`,
Fill in your application name, select `Accounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox)` to allow anyone to log in, and add a `Web` Redirect URI as `http://localhost:8080/microsoft`,
then click on `Register`:

image::oidc-microsoft-3.png[role="thumb"]
Expand Down

0 comments on commit 12b8a8b

Please sign in to comment.