Hi there! I'm currently investigating the usage of Kratos combined with using GitHub Enterprise as a sign in provider. It currently looks like both the github and github_app providers are hardcoded to go to github.comhttps://github.com/ory/kratos/blob/9710549ea18c36e0f580ea5496a352d4f9d54fec/selfservice/strategy/oidc/provider_github.go#L49
Wanted to make sure I didn't have a misunderstanding here. I'm happy to contribute a PR to use a configured issuer_url if provided and fall back to the public github URL otherwise, if interested.