We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1a327 commit 86730b7Copy full SHA for 86730b7
deps/rabbitmq_management/priv/www/js/oidc-oauth/helper.js
@@ -103,6 +103,11 @@ function oauth_initialize_user_manager(resource_server) {
103
audience: resource_server.id, // required by oauth0
104
},
105
};
106
+ if (resource_server.end_session_endpoint != "") {
107
+ oidcSettings.metadataSeed = {
108
+ end_session_endpoint: resource_server.end_session_endpoint
109
+ }
110
111
if (resource_server.oauth_client_secret != "") {
112
oidcSettings.client_secret = resource_server.oauth_client_secret;
113
}
0 commit comments