zlacker

[parent] [thread] 1 comments
1. rcomba+(OP)[view] [source] 2023-07-24 23:14:36
The 'auth callout' feature introduced in NATS 2.10 is there exactly for that (integrating NATS auth with whatever existing IdP system you already have): the client app passes whatever you use as it's credentials at connection time the server then passes them to the security callout service (something you write, following a template that receives whatever the client app passed as credentials and then works with whatever system you have to check those credentials and whatnot and then generates on the fly and returns to the servers equivalent NATS credentials which in turns uses them for that client connection. (https://github.com/nats-io/nats-architecture-and-design/blob...)
replies(1): >>gedw99+v25
2. gedw99+v25[view] [source] 2023-07-26 09:10:30
>>rcomba+(OP)
this is exactly what i need.

thanks.

Wondering if there any examples of this ?

[go to top]