class OmniAuth::Strategies::Oidc

def host

def host
  @host ||= URI.parse(config.issuer).host
end