AWS/GitHub OIDC providers

Hi,

I’ve tried creating Enterprise Connections in my tenants for AWS and GitHub oidc providers but I failed for both.

GitHub: https://token.actions.githubusercontent.com/.well-known/openid-configuration

Error: No valid OpenID Connect metadata was found at the provided url

AWS: https://oidc.eks.eu-central-1.amazonaws.com/id/xxxxxxxxxxxxxx/.well-known/openid-configuration

{
    "issuer": "https://oidc.eks.eu-central-1.amazonaws.com/id/xxxxxxxxxxxxxx",
    "jwks_uri": "https://oidc.eks.eu-central-1.amazonaws.com/id/xxxxxxxxxxxxxx/keys",
    "authorization_endpoint": "urn:kubernetes:programmatic_authorization",
    "response_types_supported": [
        "id_token"
    ],
    "subject_types_supported": [
        "public"
    ],
    "claims_supported": [
        "sub",
        "iss"
    ],
    "id_token_signing_alg_values_supported": [
        "RS256"
    ]
}

Error: Error! Something happened while trying to create your connection: Issuer metadata missing the following attributes: token_endpoint

The goal of this would be to use tokens generated by those providers to consume API authorized with Auth0.

Any idea how I could make those work ?

Regards.