Relying party server with microservice? #358
Unanswered
Sovannak22
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi! I'm afraid I can't give you a simple answer since that would depend entirely on the application. The library is intended to support both architectures: it has no internal mutable state (except in builders, which should be short-lived), so it's easy to replicate the same setup on multiple service instances if you need to. Assuming you have a way to synchronize your other application state, it should be easy to also use that for the (external) ceremony state needed for the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm building webauth with microservice I want to know which one is best practice since I have 5 service one for registration process and other four for verification. Should I implement relying party for one service and use internal request with payload to that service or should I implement relying party for every service?
Beta Was this translation helpful? Give feedback.
All reactions