How do i create api keys for users on my client instead of developer portal offered in azure api management?Azure API Management and HMACSecuring WebApi in Azure Api Managementwhat are the logging options in azure api management?How to create an API Management service programmatically?Azure Service Fabric and API Management IntegrationCertificate missing when Azure API Manager calls Azure APP ServiceHow to set up Azure API Management for mult-tenant APIAzure API Management: Oauth2 with backend APIAzure API Management with Service FabricAzure API Management Developer Portal

Can I tell a prospective employee that everyone in the team is leaving?

The usage of "run a mile" in a sentence

Python program to find the most frequent letter in a text

Which melee weapons have the Two-Handed property, but lack Heavy and Special?

How strong are Wi-Fi signals?

What is the object moving across the ceiling in this stock footage?

Could a 19.25mm revolver actually exist?

Is it possible to play as a necromancer skeleton?

Count rotary dial pulses in a phone number (including letters)

Should I disclose a colleague's illness (that I should not know) when others badmouth him

What to keep in mind when telling an aunt how wrong her actions are, without creating further family conflict?

What could a self-sustaining lunar colony slowly lose that would ultimately prove fatal?

A steel cutting sword?

Compaq Portable vs IBM 5155 Portable PC

What are the real benefits of using Salesforce DX?

How did these characters "suit up" so quickly?

How to deal with a colleague who is being aggressive?

In general, would I need to season a meat when making a sauce?

How to Pin Point Large File eating space in Fedora 18

Who will lead the country until there is a new Tory leader?

using Leibniz rule to solve definite integral

How to patch glass cuts in a bicycle tire?

Teacher help me explain this to my students

Plot twist where the antagonist wins



How do i create api keys for users on my client instead of developer portal offered in azure api management?


Azure API Management and HMACSecuring WebApi in Azure Api Managementwhat are the logging options in azure api management?How to create an API Management service programmatically?Azure Service Fabric and API Management IntegrationCertificate missing when Azure API Manager calls Azure APP ServiceHow to set up Azure API Management for mult-tenant APIAzure API Management: Oauth2 with backend APIAzure API Management with Service FabricAzure API Management Developer Portal






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I have an enpoint in my MERN app which I would like to expose to developers.
I came across APIM and would like to use it.
After going to the documentation I would like to know how do I can use APIM for my specific enpoint and where I allow users to generate API's in my client side react app.



I am also going through the API management API. but don't know how to generate user specific API keys...










share|improve this question




























    0















    I have an enpoint in my MERN app which I would like to expose to developers.
    I came across APIM and would like to use it.
    After going to the documentation I would like to know how do I can use APIM for my specific enpoint and where I allow users to generate API's in my client side react app.



    I am also going through the API management API. but don't know how to generate user specific API keys...










    share|improve this question
























      0












      0








      0


      1






      I have an enpoint in my MERN app which I would like to expose to developers.
      I came across APIM and would like to use it.
      After going to the documentation I would like to know how do I can use APIM for my specific enpoint and where I allow users to generate API's in my client side react app.



      I am also going through the API management API. but don't know how to generate user specific API keys...










      share|improve this question














      I have an enpoint in my MERN app which I would like to expose to developers.
      I came across APIM and would like to use it.
      After going to the documentation I would like to know how do I can use APIM for my specific enpoint and where I allow users to generate API's in my client side react app.



      I am also going through the API management API. but don't know how to generate user specific API keys...







      azure-api-management






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 24 at 4:01









      jimijuu omastarjimijuu omastar

      275




      275






















          1 Answer
          1






          active

          oldest

          votes


















          0














          You could simply mimic what the Developer Portal does using APIMs REST API.



          If you are using the Consumption Tier of APIM, you can just create a standalone subscription using the Create or Update Subscription API. Yon don't have to set properties.ownerId in the request payload here.



          On the other tiers, standalone subscriptions are not supported yet (but will be as mentioned in the official announcement blog under New Features), so you will have to create a user first using the Create or Update User API and then create a new subscription mentioning this user under properties.ownerId as /users/userId.



          Since these REST APIs call the Azure Management API, you shouldn't be making these requests from the client and instead should be calling this from your backend.






          share|improve this answer























            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55320615%2fhow-do-i-create-api-keys-for-users-on-my-client-instead-of-developer-portal-offe%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            You could simply mimic what the Developer Portal does using APIMs REST API.



            If you are using the Consumption Tier of APIM, you can just create a standalone subscription using the Create or Update Subscription API. Yon don't have to set properties.ownerId in the request payload here.



            On the other tiers, standalone subscriptions are not supported yet (but will be as mentioned in the official announcement blog under New Features), so you will have to create a user first using the Create or Update User API and then create a new subscription mentioning this user under properties.ownerId as /users/userId.



            Since these REST APIs call the Azure Management API, you shouldn't be making these requests from the client and instead should be calling this from your backend.






            share|improve this answer



























              0














              You could simply mimic what the Developer Portal does using APIMs REST API.



              If you are using the Consumption Tier of APIM, you can just create a standalone subscription using the Create or Update Subscription API. Yon don't have to set properties.ownerId in the request payload here.



              On the other tiers, standalone subscriptions are not supported yet (but will be as mentioned in the official announcement blog under New Features), so you will have to create a user first using the Create or Update User API and then create a new subscription mentioning this user under properties.ownerId as /users/userId.



              Since these REST APIs call the Azure Management API, you shouldn't be making these requests from the client and instead should be calling this from your backend.






              share|improve this answer

























                0












                0








                0







                You could simply mimic what the Developer Portal does using APIMs REST API.



                If you are using the Consumption Tier of APIM, you can just create a standalone subscription using the Create or Update Subscription API. Yon don't have to set properties.ownerId in the request payload here.



                On the other tiers, standalone subscriptions are not supported yet (but will be as mentioned in the official announcement blog under New Features), so you will have to create a user first using the Create or Update User API and then create a new subscription mentioning this user under properties.ownerId as /users/userId.



                Since these REST APIs call the Azure Management API, you shouldn't be making these requests from the client and instead should be calling this from your backend.






                share|improve this answer













                You could simply mimic what the Developer Portal does using APIMs REST API.



                If you are using the Consumption Tier of APIM, you can just create a standalone subscription using the Create or Update Subscription API. Yon don't have to set properties.ownerId in the request payload here.



                On the other tiers, standalone subscriptions are not supported yet (but will be as mentioned in the official announcement blog under New Features), so you will have to create a user first using the Create or Update User API and then create a new subscription mentioning this user under properties.ownerId as /users/userId.



                Since these REST APIs call the Azure Management API, you shouldn't be making these requests from the client and instead should be calling this from your backend.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 26 at 8:31









                PramodValavala-MSFTPramodValavala-MSFT

                80614




                80614





























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55320615%2fhow-do-i-create-api-keys-for-users-on-my-client-instead-of-developer-portal-offe%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

                    은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현