<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00008kwwMXCAYOkta Classic EngineAuthenticationAnswered2025-09-13T09:01:51.000Z2023-02-05T14:35:54.000Z2023-02-07T12:23:16.000Z

d3ogo (d3ogo) asked a question.

I have a React UI which connects to GRPC server. Where I can use the Okta authentication?

Hi, we have a React UI and a backend server (GRPC) . Currently we are passing clientID and SecretKey which we generated manually to verify the authentication. Now we are planning to integrate with Okta. Do we need to validate it in ReactUI or in GRPC backend server?


  • Mihai N. (Okta, Inc.)

    Hi @d3ogo (d3ogo)​ , Thank you for reaching out to the Okta Community!

     

    What you are describing does not seem to be an out-of-the-box implementation.  

    Please review the following available documentation and direct your questions to the dedicated Developer Forum devforum.okta.com to take advantage of their expertise.  

    While we'll do our best to answer all of your questions here, this medium is more inclined towards Okta core products and features. 

     

    If my answer helped, remember to mark it as best to increase its visibility for other members of the Okta Community who might have the same questions as you. 

     

    Hope my answer helps! 

    --------------------------------

    Community members help others by clicking Like or Select as Best on responses. Try it today.

    Expand Post
  • a0n5s (a0n5s)

    with backend sever, you still can use clientID and SecretKey which generate from Okta.

    1. call /authorize
    2. call /token wilth code from first response and clientID&SecretKey.
    3. call /userinfo with accesstoken from second response.
This question is closed.
Loading
I have a React UI which connects to GRPC server. Where I can use the Okta authentication?