pdobsan / oama

OAuth credential Manager
Other
138 stars 10 forks source link

redirect uri sub-path #40

Closed epichub closed 6 months ago

epichub commented 8 months ago

My orgs OAUTH azure application requires the redirect_uri to end in getToken (its made for https://github.com/harishkrupo/oauth2ms) - i cannot get "redirect_uri: http://localhost:5000/getToken" to work with oama - does the config support it?

pdobsan commented 8 months ago

On Wed, Apr 03, 2024 at 01:12:33AM -0700, Bjørn Magnus Mathisen wrote:

cannot get "redirect_uri: http://localhost:5000/getToken" to work with oama - does the config support it?

No it does not. In fact, the redirect_uri is always http://localhost:/. The option is a remnant from an early version. I intend to remove it and only the port number would be configurable.