Sign in with Apple - set "http://localhost/oauth2/apple" as return url (redirect uri)

Hi, I found Okta doc says it's not possible. Is it really true?

It’s worth noting that Apple doesn’t allow localhost URLs in this step, and if you enter an IP address like 127.0.0.1 it will fail later in the flow. You have to use a real domain here.

Because setting up certificate for https locally, or etc/host is hacky and not very friendly.

I'm using Spring Security to build Sign in with Apple and following OIDC flow

Sign in with Apple - set "http://localhost/oauth2/apple" as return url (redirect uri)
 
 
Q