Closed tudurom closed 4 years ago
Issues go stale after 90d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen
.
If this issue is safe to close now please do so with /close
.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
Exclude this issue from closing by commenting /lifecycle frozen
.
If this issue is safe to close now please do so with /close
.
/lifecycle rotten /remove-lifecycle stale
Rotten issues close after 30d of inactivity.
Reopen the issue by commenting /reopen
.
Mark the issue as fresh by commenting /remove-lifecycle rotten
.
Exclude this issue from closing again by commenting /lifecycle frozen
.
/close
@openshift-bot: Closing this issue.
https://github.com/RangelReale/osin/blob/8bfa0803171382737caefd4518dc738745729543/access.go#L547-L550
AFAIK only the autorization code and implicit flows need a redirect URI. Even for them, it is optional.
I do know for sure that the client credentials flow doesn't use a redirect URI.
In my application I have some accounts that I know for sure that they are going to be used only with the client credentials flow. I can work around the issue and make the
GetRedirectURI
function of my clients return some bogus string for them.