Open randomir opened 1 month ago
With OIDC .well-known now available on Leap, we should simplify/generalize some auth URL resolvers:
.well-known
https://github.com/dwavesystems/dwave-cloud-client/blob/d9c0dbfa4e104e6ca9b1fb0b46af2d7b46c85b9f/dwave/cloud/auth/flows.py#L309-L329
Note: consider caching the configuration and/or individual auth URLs.
With OIDC
.well-known
now available on Leap, we should simplify/generalize some auth URL resolvers:https://github.com/dwavesystems/dwave-cloud-client/blob/d9c0dbfa4e104e6ca9b1fb0b46af2d7b46c85b9f/dwave/cloud/auth/flows.py#L309-L329
Note: consider caching the configuration and/or individual auth URLs.