1

I am not able to find the SSR on the okta admin directory.

I have enable the profile enrollment. I have set the trusted cors, put in issuer and clientID. But my angular still showing error in the browser console GET https://dev-61621026.okta.com/api/v1/registration/form

Can anyone please help on this?

Giannis
  • 1,790
  • 1
  • 11
  • 29

1 Answers1

0

My guess is you might be using Okta Identity Engine (OIE) instead of Classic. For OIE, self-service registration is not supported. So if the widget is configured for the classic pipeline in an OIE Org and you enabled, features.registration, you will get an error when clicking sign-up because /form is not an endpoint for OIE. You need to use profile enrollment instead.

https://developer.okta.com/docs/guides/ie-limitations/main/#self-service-registration

Matt Raible
  • 8,187
  • 9
  • 61
  • 120