General Inquiry

Hi,

Just a question, I saw on your page that you guys use OpenID Connect. Correct me if I’m wrong, the sub claim for that is only and email right? The reason why I am asking is because I have a project that its token auth is domain and not email.

Sorry if it seems like a newbie question

Hi @kyron.joves

When using a custom authorization server, you can modify the sub claim under Admin >> Security >> API >> Authorization Servers (or Admin >> API >> Authorization Servers if using the Developer Console) >> your authorization server >> Claims to be in a different format to be compatible with your project.

I tried to follow this for adding a login to my existing project (https://developer.okta.com/blog/2018/06/08/add-authentication-to-any-web-page-in-10-minutes?fbclid=IwAR2G3OS64RufahAGQ2ykzvU7D6XIJ8_8UadIWoSy1VJG4lV4KM5bU3uRNSM). However, I dont see the changes in my index? Can you help me with this one?