You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am struggling to handle this issue because we just can not keep manually creating the user on admin page and then filling it into our system in order to create valid JWT. Do you have any APIs or CLI for that. Hope you guys have a solution for this!
The text was updated successfully, but these errors were encountered:
SalamanderHP
changed the title
How to get automatically the Key Assertion key from admin page?
How to automatically get the Key Assertion key from admin page?
Jul 22, 2023
Why are you creating users on our admin page and filling them into your system?
Our libraries are built so that you manage users in your system and handle authentication there. You create one user in our Admin page and get the assertion key there, then use that assertion key to tell us the identity of the user in your application. You definitely should not be creating a user in the admin console for each user in your system.
If you haven't seen them already this and this documentation may be useful to help you get an idea of what the pattern is supposed to be and when/how users are created.
We (and others) are also available in our community channels for more conversational help using our libraries. This doesn't appear to be an issue with the ironoxide library.
I am struggling to handle this issue because we just can not keep manually creating the user on admin page and then filling it into our system in order to create valid JWT. Do you have any APIs or CLI for that. Hope you guys have a solution for this!
The text was updated successfully, but these errors were encountered: