class OmniAuth::Strategies::Oidc
def resolve_endpoint_from_host(host, endpoint)
def resolve_endpoint_from_host(host, endpoint) start_index = endpoint.index(host) + host.length endpoint = endpoint[start_index..] endpoint = "/#{endpoint}" unless endpoint.start_with?("/") endpoint end