zalando-stups / mint-worker

The secret rotator and distributor for the STUPS ecosystem
http://stups.readthedocs.org/en/latest/components/mint.html
Other
9 stars 3 forks source link

support multiple redirect urls #2

Open harti2006 opened 9 years ago

harti2006 commented 9 years ago

It should be possible to create OAuth clients with multiple redirect urls.

snackycracky commented 8 years ago

+1

hjacobs commented 8 years ago

:+1:

s-soroosh commented 8 years ago

+1

inikolaev commented 7 years ago

Are there any pointers on what parts needs to be changed? I found a reference to redirect_url at sync_user.clj#L53 which seems to be a simple fix, but it also looks like a change needs to be made to mint-storage to actually store multiple URLs.

hjacobs commented 7 years ago

@inikolaev yes, that's correct: mint-storage needs to be changed in order to store a list of redirect URIs.