Marcial Rosales

Results 34 issues of 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...

enhancement
rabbitmq-auth-backend-oauth2
rabbitmq-management

**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...

enhancement
stale

**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...

enhancement
rabbitmq-auth-backend-oauth2

## 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...

bazel
make

## 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...

bazel

## 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...

bazel
make
backport-v4.0.x

### 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...

enhancement
rabbitmq-management