Marcial Rosales
Marcial Rosales
### Is your feature request related to a problem? Please describe. Log out users directly from the Identity Provider (a.k.a OP) using [OIDC Front-channel Logout](https://openid.net/specs/openid-connect-frontchannel-1_0.html) mechanism. This is also known...
**Is your feature request related to a problem? Please describe.** Commercial RabbitMQ supports oauth2 authentication in addition to basc authentication in the schema-sync and standby-replication plugins. The cluster operator currently...
**Note**: This PR should not be merged until the PR https://github.com/rabbitmq/rabbitmq-server/pull/10012 is released
### Is your feature request related to a problem? Please describe. This feature addresses two possible problems users may encounter: a) their Identity Provider does not expose the OpenId Connect...
## Proposed Changes Add function that parses a token and extract the expiration time. These functions are required by those client applications which need to refresh the access token and...
## Proposed Changes Implements feature request https://github.com/rabbitmq/rabbitmq-server/issues/11103 ## Types of Changes What types of changes does your code introduce to this project? _Put an `x` in the boxes that apply_...
## Proposed Changes Address issue https://github.com/rabbitmq/rabbitmq-server/issues/11400 *Note*: This PR should not be merged to 3.13. It has a breaking change. ## Types of Changes What types of changes does your...
## Proposed Changes It partially addresses the feature request https://github.com/rabbitmq/rabbitmq-server/issues/10752. This PR lets a developer set the capabilities to the sender and receiver links in the amqp10_client. It will not...
### Is your feature request related to a problem? Please describe. oidc-client-ts library is used by the management UI to implement oauth2 authentication. It is currently using 2.0.3. ### Describe...