FeatureFuel
0

Support resource param for Client Credentials token requests

Source: louislam/uptime-kuma#7875 · opened by @Crowley723
πŸ“‘ I have found these related issues/pull requests I have been unable to find any issues or pull requests that directly relate to the addition of the (optional) resource parameter to requests to the AS token endpoint. πŸ”– Feature description Uptime Kuma supports the use of OAuth2: Client Credentials as a means for accessing resources behind an oauth2 enabled proxy. Part of the flow for receiving a bearer token is requesting a token from the authorization server (AS). That request usually looks something like this: Which returns a bearer token that can be used to access a protected resource. In more advanced requests, an client can specifically indicate the resource (or resources) they intend to access which looks like this: The authorization server can use this indicator to apply policies for the resource, like determining the type and content of tokens to be issued. βœ”οΈ Solution Support adding an "OAuth2 Resource" parameter to Client Credential requests that allows mu…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests