Skip to content

Commit 230b5e4

Browse files
pstack2021michaelklishin
authored andcommitted
Update oauth2-examples.md
@MarcialRosales some minor updates for Identity-Provider initiated logon mode, I hope they are ok.
1 parent 9b942d6 commit 230b5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/oauth2-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The last command starts a RabbitMQ server with [this](https://github.com/rabbitm
9393
The RabbitMQ Management UI can be configured with one of these two login modes:
9494

9595
* [Service-Provider initiated logon](#service-provider-initiated-logon) - This is the default and traditional OAuth 2.0 logon mode. When you visit the RabbitMQ Management UI, it shows a button with the label `Click here to logon`. When you click, the logon process starts by redirecting you to the configured **Authorization Server**.
96-
* [Identity-Provider initiated logon](#identity-provider-initiated-logon) - Contrary to the previous mode, you must first access the RabbitMQ Management's `/login` endpoint with a token. If the token is valid, you are allowed to access the Management UI. This mode is very convenient for those Web Portals which allow users to access RabbitMQ Management UI with a single click. Those Web Portals are responsible for obtaining a token on your behalf and redirecting you to the Management's `/login` endpoint.
96+
* [Identity-Provider initiated logon](#identity-provider-initiated-logon) - This mode is opposite to the previous mode, you must first access the RabbitMQ Management's `/login` endpoint with a token. If the token is valid, you can then access the RabbitMQ Management UI. This mode is very useful for web portals which allow users to access the RabbitMQ Management UI with a single click. The web portals get a token on your behalf and redirect you to the RabbitMQ Management's `/login` endpoint.
9797

9898
### <a id="service-provider-initiated-logon" class="anchor" href="#service-provider-initiated-logon">Service-Provider initiated logon</a>
9999

0 commit comments

Comments
 (0)