Login and Logout URLs
Default Login Callback URL
Please provide a default client login callback URL which will be used to redirect users to initiate the OpenID Connect authorization process.
This is particularly useful in following situations
- user is on the registration page and realized they already have an account and they want to go to a client app.
- user has completed registration and would like to login to access client application.
Login without client-context
If you don't register login callback url, from registration flow user will be redirected to hosted login page without any client-context. Once logged-in they will see Axioms hosted user profile page.
Alternatively, if user has bookmarked login page url and try to login directly, login is without a client-context so post-login user will see his/her profile page.
Login with client-context
If you register login callback url, from registration flow user will be redirected to client's login initialization endpoint or callback url.
Default Logout Redirect URL
You can provide a default logout redirect URL which will be used to redirect users when there is no redirect URL provided for the client. You can also use login callback url which means after logout user will be redirect to authorize leading to login page with client-context.
Login and Logout URLs
Navigate to Tenant
and then find Login and Logout URLs
panel under Tenant Settings
tab. Add required URLs and click Update Details
.
