Re: [DISCUSSION] IEP-105: Basic Authentication in Apache Ignite 3

2023-06-16 Thread Mikhail Pochatkin
Hi, Alexandr. Thanks for your feedback. I have fixed your comments ср, 31 мая 2023 г. в 13:18, Aleksandr Pakhomov : > Hi, Mikhail > > > Then the REST client’s exchange with the node will follow the flow: > > Client posts the client-id and client-secret to the token endpoint URL > using specified

Re: [DISCUSSION] IEP-105: Basic Authentication in Apache Ignite 3

2023-05-31 Thread Aleksandr Pakhomov
Hi, Mikhail > Then the REST client’s exchange with the node will follow the flow: > Client posts the client-id and client-secret to the token endpoint URL using > specified authentication type and receives an access token or error message. > At this point implementation should cache the token.