
iiznx (iiznx) asked a question.
Hey people,
We got a small problem which I could not solve with the standart amount of googling and browsing the okta help center which is why I am refering to asking here. The problem simply is that the link for the openid configurations
> https://auth.ktweiss.eu/oauth2/default/.well-known/openid-configuration
does not return the custom domain name but rather shows the dev-xxx.okta url.
This leads to token with an unexpected issuer (dev-xxxx.okta) rather than the expected issuer auth.ktweiss.eu.
If possible, I would like to change the returned endpoints to include the custom domain names (and therefore the issuer in a later stage). Is that possible by a setting I am not aware of?
Any help is appreciated. Thank you in advance,
Kevin

Hello, @iiznx (iiznx)
Good Morning Yes, It is possible to integrate to include and retrieve your custom Domain Name, to meet this purpose you can use the link below:
Let us know if this article was helpful and if allows you to meet your goal.
https://developer.okta.com/docs/reference/api/users/If you need further assistance, you can also feel free to post this question on our Okta Developer Forums: https://devforum.okta.com,
and they should be able to help you with this.
devforum.okta.comOkta Developer Forums is a place for the Okta developer community to interact
Have a great day ahead
Regards
I was able to change the issuer in the Security > API > Authorization Server Setting.
Thank you for your time and help 🙂