seek4science / seek

For finding, sharing and exchanging Data, Models, Simulations and Processes in Science.
http://www.seek4science.org
BSD 3-Clause "New" or "Revised" License
74 stars 52 forks source link

Don't append slash to custom OIDC provider issuer URL #1935

Closed fbacall closed 6 days ago

fbacall commented 1 week ago

If server's issuer URL doesn't end in a slash it will cause an auth failure due to the mismatch, see https://github.com/seek4science/seek/issues/1446#issuecomment-2180292252

Not sure why it was added in the first place - possibly to make appending paths to the URL easier, but that doesn't occur anywhere in the code.