Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auth: Use OpenID Connect Discovery rucio#6414
Previously, the implementation would assume that the token endpoint be the issuer URL concatenated with the hard-coded ‘/token’ path. With this commit, the OpenID Connect Discovery specification is used instead. The mechanism is used exactly once, when the configuration is first loaded.
- Loading branch information