Browse Source

Add section on switching users during OAuth login.

pull/22492/head
maliming 1 year ago
parent
commit
213d038f51
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 9
      docs/en/Blog-Posts/2025-03-27 v9_2_Preview/POST.md
  2. BIN
      docs/en/Blog-Posts/2025-03-27 v9_2_Preview/select-account.png

9
docs/en/Blog-Posts/2025-03-27 v9_2_Preview/POST.md

@ -26,6 +26,7 @@ Here is a brief list of titles explained in the next sections:
* Introducing the Bunny BLOB Storage Provider
* Upgraded `MongoDB.Driver` to v3.1.0
* Identity Pro Module: Require Email Verification to Register
* Switching users during OAuth login
### Added ApplicationName Property to Isolate Background Jobs & Background Workers
@ -121,6 +122,14 @@ Administrators can enable or disable this feature through the **Identity managem
![require-email-verification.png](./require-email-verification-for-register.png)
### Switching users during OAuth login
If you have an OAuth/Auth Server application using the [ABP Account Pro module](https://abp.io/docs/9.2/modules/account-pro) , you can pass the `prompt=select_account` parameter to force the user to select an account.
![select-account.png](./select-account.png)
For more information, please refer to the [Switching users during OAuth login](https://abp.io/docs/9.2/modules/account-pro#switching-users-during-oauth-login) documentation.
### New ABP Community Articles
There are exciting articles contributed by the ABP community as always. I will highlight some of them here:

BIN
docs/en/Blog-Posts/2025-03-27 v9_2_Preview/select-account.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Loading…
Cancel
Save