OAuth2 Plugin: Support regex `redirect_uri` for the Authentication Request

In OAuth2 Authorization code flow, some third-party application will send uri like this: https://example.com/api/demo?token=xxx which the token parameter is dynamic.

Is it possible to support regex rule for the redirect_uri paramter something like https://example.com/api/demo?token=[a-zA-Z0-9]{32}

I’ve read the issue and pull request on github (issue #1397, pull #2746). I was wondering if this feature still in plan? Thanks