<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00009zQqiUCASOkta Classic EngineAuthenticationAnswered2024-02-19T16:23:24.000Z2024-02-17T17:51:00.000Z2024-02-19T16:23:24.000Z
Auth callback in API when user logs in to register user

Hi,

I'm trying to setup a simple flow for my application e.g. on login, add user to DB, and I don't have much experience setting oidc flow.

 

I have an

  • SPA application (angular)
  • API server (.net)

Currently, they are both working; however what I'd like to achieve is this (which i believe its a typical scenario):

When the user logs in either via postman/spa, a callback to my API server is sent to create an account (if not exists) for the user

Do you have such sample or doc which covers this? Cause I couldn't find any samples or doc covering exactly this


This question is closed.
Loading
Auth callback in API when user logs in to register user