Echo api with oauth2- talking to the AS of an AAD tenant

Ive setup api management to induce the developer console's client to get an authorization code grant from my AAD (federated) tenant. All the evidence is that that step works. However, the site backend step of converting code into token seems to fail, with
the AAD reporting a missing parameter via a client-shown error screen:
An error has occurred while authorizing access via api manager: invalid_resource AADSTS50001: Resource identifier is not provided.
Trace ID: 7d408b1f-8b2a-4e0c-8781-1e7d295e34a7
Correlation ID: 73c33ba0-66fd-468e-8b8d-53fd0fb56e7a
Timestamp: 2015-02-18 20:36:05Z
any ideas?
note my AAD-token and AAD-authorization endpoints use the tenant OID (e.g.
https://login.windows.net/bcbf53cf-af9a-4584-b4c9-6d8b01b3781d/oauth2/authorize), ignoring documentation in api manager that suggests -STRANGELY - using unknown appid and tokened values where one normally uses tenant fields when talking to AAD.
obviously, the resource parameter is missing on the posited web call to the token endpoint... so how might I fix this?
Use of the auth endpoint of AAD seems to suceed, note:
GET https://login.windows.net/bcbf53cf-af9a-4584-b4c9-6d8b01b3781d/oauth2/authorize?api-version=1.0&response_type=code&client_id=0bc904ae-3f2c-4ec7-8b71-40f7207112f0&redirect_uri=https%3a%2f%2frapmlsqa.portal.azure-api.net%2fdocs%2fservices%2f54e4f45e73c60f106453dac3%2fconsole%2foauth2%2fauthorizationcode%2fcallback&state=2420bf73-c414-40a6-8c9e-0123be7bd71a&scope=peter
HTTP/1.1
Host: login.windows.net
gives a 302 response, with
Location: https://rapmlsqa.portal.azure-api.net/docs/services/54e4f45e73c60f106453dac3/console/oauth2/authorizationcode/callback?code=AAABAAAAvPM1KaPlrEqdFSBzjqfTGOA9N5nbgYtUU48xhe3NgRMx1ZmZ5LJ_7ZtJz_AEFUuu13ByIvjplGOy88TR2Xa7UmvhvmUwxVEgBKluq9RyKbQ4PnQ0bNQhbZS7RETD-tS012eamNfyf42GhnWgeiKIPeLdIv0Mkcgv8SYevaMxrPhWzbXbJRxnF2w39T48Tg0S1fEUmGklohBy9BZtk9HexbL2pHgDOAgaBBMSeCeG5uCWhjzXWAdaZl1XYxulYCxj7r3r9l14LUFA5MFSqgItDLo1FRha_-KMNFR5vFWnZuza8BoGd2Ci_j1PnwwFTbrSo4Mn2kloBQ58VYOrlMyPnvkj2MmiXB1eHsl8opnn1cwtbszFs-Ulo1aLOrxohH5UrfGsjM5IZkPkpyKYbnfdDkga1Km8pd8zo2NRqAW2ds1XY014OequY5ND_Knl0LlYsf7JBgKK-hI4M1H-FkG3L6nrxU2daOgJ2n8dMn6KATXFnKrDpTyacygLF_Gbh5RkC4QWzJQ4g2xfymLlO3I2BEDBGJazmwc7f1PqzgW-YJ4-yn7TTkkwJ-WPI5ozr_YRBrs4ad0JhfSldqsg6E3roRhfZFan9PEb0nRmGTJnvS8OmO3xQHC2CiFsAfwrdwufcPsZ0M82PnDdQ-uBariEUh6KtcGbeF6zUGHQ93RJCT0gAA&state=2420bf73-c414-40a6-8c9e-0123be7bd71a&session_state=c3b2e4f4-bc1b-4e82-9e50-aa4ce59d791f
Server

this appears to be an api management issues, not AAD. Its not appropriate to punt this to the AAD team.
debugging what api management token request on the (AAD) STS sends, in the posted form body, we see
grant_type=authorization_code
code=AAABAAAAvPM1KaPlrEqdFSBzjqfTGKuDarHWcVaE_gAW-T8bBEhryxGinvUkA66Jt-uxbmRl8J5rjUc0aFJi94eDUoO9Bnt-6NR2sXVQYRXhygLUhjdLYrV9UmlBKZu2U_WZFSXO1_6oeIr-1Phz7VoooKJm0Vmh-N4lfUYdPTsbpgbWMhqA60jkFdiGbAwL0ocUrPw-4V8-8PwddLb1mcFOcGERx1jKa62ffZ9L22tJwkAgHhQPvk4K4TDAq60YY1JMWMgUeL9zc3oT_C6AXv6BkiK-cDm6mE9vx3ZTqz6oHP6LdUqE4QO6hukp7ptcr2Tl15WpJus-Ro4hM4gmdXer7hlwBVM22RLdPBKKZOsm649q12SokmOTdhgHcUX0y2aDxqNPhcTwy0z1QNj6pdZ4PiEVJ9i-qxvZrdB2MUSUNrJ7Lw5bEvzD1rM_eSOPjx-rKwu6gSWqYTNFbXcaBgEoQA6m8PULBdItUNwVwjcyeXTHvEhqrYJLBGdhjpucFGTDYqiteM5zyhFj-GiRkS--9x0kv4vg9TbYl0fLFv8bJwjkG19yZIwVKCVelzZ3TVvsQfyT9srcFCCv6BGu2QnLgA-la0Vksu9NnXHh1hpnO1drt7QLXj6p2FTHhCIDEKv1EobQJwFol8yrsTSdi4wJnYa-dvObvFmXn_8nBw57qKFRp-ogAA
redirect_uri=https%3a%2f%2frapmlsqa.portal.azure-api.net%2fdocs%2fservices%2f54e4f45e73c60f106453dac3%2fconsole%2foauth2%2fauthorizationcode%2fcallback
client_id=0bc904ae-3f2c-4ec7-8b71-40f7207112f0
client_secret=fV1OJsfRFOTDdIqTzs%2fdZCRJkHvcPr9fZGJhWo1dQNg%3d
the (Azure) token endpoint receiving this objects to a missing resource parameter, which is admittedly marked as option in the documentation
https://msdn.microsoft.com/en-us/library/azure/dn645542.aspx
it makes perfect sense that in a confidential client flow that the STS would requires nomination of the intended consumer of the token (i.e the api manager endpoint).
This seems to be  case where AAD needs two application definitions : one for the requesting all (the developer console) and one for the API manager endpoint itself, whose entity name can be configured so that the subject console app (registration in
AAD) can be granted access to the object endpoint (registration in AAD) with some permission declared in the permission model of the API.

Similar Messages

  • Is there a way i can reset my security questions with out talking on the phone?

    Can i reset my security questions through chat instead of calling? to busy to call

    If you have a rescue email address (which is not the same thing as an alternate email address) set up on your account then the steps half-way down this page give you a reset link on your account : http://support.apple.com/kb/HT5312
    If you don't have a rescue email address (you won't be able to add one until you can answer 2 of your questions) then you will need to contact iTunes Support / Apple to get the questions reset - which will normally be by phone as they need to confirm your id and that it's your account.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset (and if you don't already have a rescue email address) you can then use the steps half-way down the HT5312 link above to add a rescue email address for potential future use

  • [svn] 2700: With the Marshal Plan, when create an instance of a manager, we need to talk to the system manager.

    Revision: 2700
    Author: [email protected]
    Date: 2008-07-31 21:12:03 -0700 (Thu, 31 Jul 2008)
    Log Message:
    With the Marshal Plan, when create an instance of a manager, we need to talk to the system manager. Unfortunately sometimes these manager instances can be created before the Application class is created and/or before the systemManager property is set on the application. So to get the reference to the system manager from the manager instances, we can't use ApplicationGlobals.application.systemManager. We need to use SystemManagerGlobals.topLevelSystemManagers[0] instead. This property is set in the SystemManager constructor, and fortunately for us, Flash runs your root display object's constructor before anything else, even before static initializers (atleast ones not defined in SystemManager or a dependency of it).
    QE: Yes
    Doc: No
    Bugs: SDK-16207, SDK-16208, SDK-16209
    Reviewer: Alex
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16207
    http://bugs.adobe.com/jira/browse/SDK-16208
    http://bugs.adobe.com/jira/browse/SDK-16209
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/managers/CursorManagerImpl.a s
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/managers/ToolTipManagerImpl. as

    an instance p for Point class is created like this?
    Instead we can create and instance of Point class
    as:
    Point p = new Point();
    Can any one of you explain this?Your Point() constructor doesn't throw exceptions, so there's no need to catch them. The Class.forName() and Class.getInstance() methods can throw exceptions, so it's necessary to handle them if they arise. Check out the docs for those methods, it lists what exceptions they can throw.
    http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Class.html#forName(java.lang.String)
    http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Class.html#newInstance()
    2) In the above Class Point what is the use of
    creating an instance of Point with in that Point
    class?
    static Point origin = new Point(0,0);
    What the reason to create an instance like this
    within the same class. We can create this instance of
    point
    class when ever we need. There doesn't seem to be any in your code, since that variable is never accessed. It could be useful if you wanted to have a Point that was shared across all instances. This is not a good example of that though.

  • Does anyone get a vibration sound when talking on the iPhone6? It doesn't happen all the time and happens with talking to different people.

    Does anyone get a vibration sound when talking on the iPhone6? It doesn't happen all the time and happens with talking to different people. I have tried to troubleshoot it, but can't find a answer.

    Hey CEVYNBARRY!
    Here is an article for you that will help you address this issue:
    Troubleshooting "A connection failure has occurred", "The specified server could not be found" or similar messages
    http://support.apple.com/kb/ts1843
    Take care, and thanks for visiting the Apple Support Communities.
    -Braden

  • Using Brio with VB but without the Brio VB API

    Hi there. We're currently attempting to integrate our product (a website) with Brio. For the time being it's only being done for a demo to gauge whether are customers are interested in the functionality or not, so it may or may not actually happen for the version proper. Because of this our company is unwilling to invest in the API just yet, but still wants the work done (the usual developer's conundrum). I'd like to know is it possible to call into Brio, generate a report and embed the results on a webpage without using the VB API supplied by Hyperion? Does anyone know how to do this? It's being done for a demo, so efficiency and performance aren't yet relevant - just more or less a hacked version that can act as a proof of concept. I'm personally new to Brio, so I don't really know how to go about it. Do we need to get the VB API immediately, or can we wait 'til we know we need to write a version that we can sell.Basically, the task is to pass a customer ID into a .bqy file when the user selects an option from a dropdown, and display the results in a frame on the webpage.Any thoughts?

    This kind of questions are sometimes posted. To use GPIB from .NET managed environment, the easiet way is use VISA COM software. The VISA COM software is available on every PC which installs NI-VISA 3.0. I posted a C# example using VISA COM at the following post. Basically the approach is the same for VB.NET and VC++.NET.
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=50650000000800000047A30000&USEARCHCONTEXT_CATEGORY_0=_26_%24_13_&USEARCHCONTEXT_CATEGORY_S=0&UCATEGORY_0=_26_%24_13_&UCATEGORY_S=0
    Makoto

  • CANCEL- Can I chat or talk with a human on the phone?  I have an Adobe ExportPDF Annual.  So, if I cancel today, I still have to pay half of the fee?  I only used the service once or twice.

    Can I chat or talk with a human on the phone?  I have an Adobe ExportPDF Annual.  So, if I cancel today, I still have to pay half of the fee?  I only used the service once or twice.  I was looking for a phone number to call.  But, I seemed to have been in a loop.  I kept getting directed to this forum.  I would have really appreciated a quick link to a phone number.  Much more efficient on my end.
    I expected to be canceled in a few short minutes via a phone call.  Instead of have been in this endless and frustrating loop to this forum.
    Help please.

    Phone support | Orders, returns exchanges
    http://helpx.adobe.com/x-productkb/global/phone-support-orders.html
    Chat support - For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Creative Cloud support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html ( http://adobe.ly/19llvMN )

  • Can I use the iPhone 6 t-mobile version with straight talk?

    Can I use the iPhone 6 t-mobile version with straight talk?

    All,
    I have read and understand most of the post (s) on this: Apple Support Community:
    It looks like the long way around my elbow approach: (piecing together an iPhone 6+ with a Straight Talk AT&T /T Mobile; Compatible Nano SIM Card) may yet work, just a bit gun shy on the $949.00 cost for the iPhone 6+ from Apple.
    I live in Hawaii on the island of Oahu (north shore), and have  an iPhone 4 8gb cdma iPhone which is on Verizon's network rebranded by TFW / Straight Talk for several years. It works fine but I need an iPhone with more storage.
    I have had a talk / chat with both sides Apple & Straight Talk, neither have real answers to support using the iPhone 6+ with Straight Talk as a carrier.
    On the Apple site: " http://www.apple.com/iphone/LTE/ ". It is clear that Straight Talk has certified their LTE network with iPhone 6/6+ to meet basic standards.
    I / we need all of the successful trail braisers on this community to post what works & what does not work.
    What I plan / have to purchase / buy:
    Direct from Apple:
    1. Contract-free iPhone 6 Plus 128GB Space Gray (GSM) T-Mobile. (pending research to ensure it will work). Apple confirms, without the T Mobile nano sim that this iPhone is unlocked.
    Direct from Straight Talk:
    2. AT&T /T Mobile; Compatible Nano SIM Card. (GSM; on its way)
    Would have purchased a Verizon Nano SIM Card from Straight Talk but they do not seem to have one.
    All support, advice & information is greatly appreciated.
    V/R
    Rick from Hawaii

  • Can i use the iphone 5s with Straight Talk?

    Can i use the iphone 5s with Straight Talk (Walmart's plan)?  Straight Talk uses GSM technology....
    Thanks!

    The StraightTalk iPhones are CDMA phones. Not GSM. StraightTalk does not support the use of unlocked iPhones on their pre-paid GSM service.

  • Ever used the Designer Table API (TAPI) with object type in the DB?

    Hi all,
    We are trying to generate the Oracle Designer table API of a table that has a column defined by an object type. It works without problems if that column always has a value (is instantiated in object term). The problem is when we update a row where the column is null (all attributes of the object are null thus the object is not instantiated).
    The "before update row" trigger of the Table API fails with error "ora-30625-method dispath on NULL SELF argument is disallowed".
    The code that fails is the following:
    cg$ind.TFO_DESCRIPTION :=(:new.TFO_DESCRIPTION IS NULL AND :old.TFO_DESCRIPTION IS NOT NULL )
    OR (:new.TFO_DESCRIPTION IS NOT NULL AND :old.TFO_DESCRIPTION IS NULL)
    OR NOT(:new.TFO_DESCRIPTION = :old.TFO_DESCRIPTION) ;
    In this example, cg$ind.TFO_DESCRIPTION is a boolean and the TFO_DESCRIPTION column is based on an object type.
    Thanks for any feedback or suggestions

    For a solution to this problem: I set down to write a relatively simple and small piece of code that we can use as post compiler or post generator. After we generated one or more TAPIs, we can run this post compiler to remedy the problem the TAPI has with Merge operations. The post compiler will fix the PL/SQL inside the database. It reads the TAPI objects using dbms_metadata, makes the simple change by manipulating the PL/SQL source and then recreates the objects using execute immediate. Using this post compiler, it takes but a few seconds to fix the merge flaw in all TAPIs in your application.
    http://technology.amis.nl/blog/index.php?p=842

  • I would like to make a movie of me speaking while doing a power point presentation.  I have seen this done with the powerpoint embedded on the screen and the speaker doing the talking on the rest of the screen.  Is it possible to do this in iMovie?

    I would like to make a movie of me speaking while doing a power point presentation.  I have seen this done with the powerpoint embedded on the screen and the speaker doing the talking on the rest of the screen.  Is it possible to do this in iMovie?

    Scrof wrote:
    ....  Is it possible to do this in iMovie?
    sure.
    the ppt has to be some kind of 'video' iM supports.
    so export it from with MS Office as a Quicktime movie, preffered with 'Animation' codec, or as appleintermediatecodec .. for quality reasons.
    you need the Talking Head as a 2nd video.
    then use iM's Pic-In-Pic feature to combine both videos as wanted.
    I would suggest to do some editing (you full-screen, the ppt full-screen, perhaps 'close ups' of some charts, cut-aways to snoozing audience, etc) to 'pep' the video. for this purpose, it could be much esier to export each slide from within PPT as a jpeg and create the 'flow' in iM only... except, you need the ppt-animations ... but, who uses animations in a presentation anyhow ... ?

  • I have a IMac - Mac OSX version 10.4 and présently i see only verticals lines on my dashboard and my mouse still mouving but with a little square with vertical lines at the right. This appen when i was talking with a friend on Skype. I need help to unlook

    I have a IMac - Mac OSX version 10.4 and présently i see only verticals lines on my desktop and my mouse, i mean the arrow and still mouving but with a little square with vertical lines at the right. This appened when i was talking with a friend on Skype, by error i did click on the video and slowly the vertical lines appeared and covered all ma desktop. Since then, it still there and the only things i see it is the vertical lines and the arrow with the little square.
    How can i fix this problem ?
    En français: j'ai un IMac - Mac OSX version 10.4 et présentement je vois seulement des lignes verticales sur mon bureau et ma souris c'est-à-dire la flèche, bouge mais il y a un petit carré avec aussi des lignes verticales à sa droite. Je pense que ce bug est survenu lorsque j'étais sur Skype avec une amie et que par erreur j'ai cliqué sur l'image de la vidéo et peu à peu les lignes sont appurues et tout l'écran est envahie par ces lignes.
    Comment corriger le problème ? Merci à l'avance.
    Réjeanne Blouin

    Hello, sounds like Video card  and/or heat problems.
    Have you blown the dust out lately? Let it cool for an hour or so.
    Get Temperature Monitor to see if it's heat related...
    http://www.macupdate.com/info.php/id/12381/temperature-monitor
    iStat Menus...
    http://bjango.com/mac/istatmenus/
    And/or iStat Pro...
    http://www.islayer.com/apps/istatpro/
    One way to test is to Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, Test for problem in Safe Mode...
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive
    Reboot, test again.
    If it only does it in Regular Boot, then it could be some hardware problem like Video card, (Quartz is turned off in Safe Mode).

  • How do I talk to someone about my account and merging two subscriptions together...Can't seem to get to any way to conversing with a human from the website.

    How do I talk to someone about my account and merging two subscriptions together...Can't seem to get to any way to conversing with a human from the website.

    Worst Service In the World
    I just want to cancel my order and get a refund, the company MUST be corrupt because it is nearly Impossible to get what is rightfully mine. It's been 3 years.. how, sad, is that, I got other people to try too...
    they steal from people... by making it impossible to talk to anyone real.

  • Adding server in DAG failing with error Error: Cluster API failed: "AddClusterNode() (MaxPercentage=25) failed with 0x800706ba. Error: The RPC server is unavailable

    Hi, Below is teh environments
    DC: Win 2008 R2 SP1
    Exchange Server OS: Win  2012  R2 Std 
    Exchange : 2013 SP1 Ent
    Two Servers with CAS+MB role, already part of one DAG. I am trying to add one new server in existing DAG. The installation of exchange 2013 competed successfully. However when i am adding it to the existing DAG, the below error is coming. Please help
    to solve the issue. Thanks in advance.
    A server-side database availability group administrative operation failed with a transient error. Please try the operation again. Error: An error occurred while attempting a cluster operation. Error: Cluster API failed: "AddClusterNode() (MaxPercentage=25)
    failed with 0x800706ba. Error: The RPC server is unavailable" [Server: cluster owner FQDN]
    Manu

    Hi Manu,
    As Deepak mentioned, please try to enable IPv6 on all member servers first.
    Based on my research, In Microsoft Exchange Server 2013, IPv6 is supported only when IPv4 is also installed and enabled. If Exchange 2013 is deployed in this configuration, and the network supports IPv4 and IPv6, all Exchange servers can send data to and
    receive data from devices, servers, and clients that use IPv6 addresses.
    Please also configure or disable Firewall to allow the connection.
    Thanks
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Mavis Huang
    TechNet Community Support

  • Verizon iPhone 5, 64GB black - is anyone having issues with a very choppy conversation while talking on the phone.  Both my wife and I have the same phones and are both having the same issue.  We can only hear every other word.

    Verizon iPhone 5, 64GB black - is anyone having issues with a very choppy conversation while talking on the phone?  Both my wife and I have the same phones and are both having the same issue.  We can only hear every other word of the person we are talking to.  This happens at home, on the road and in the downtown area while calling both cellphones and landlines. It is intermittent, so we don't know exactly when it will reoccur.  Absolutely no problem with data.  The data speed is great.

    "Wireless devices use radio transmissions, so unfortunately you can't get Service if your device isn't in range of a transmission signal. And please be aware that even within your Coverage Area, many things can affect the availability and quality of your Service, including network capacity, your device, terrain, buildings, foliage and weather."
    Customer Agreement | Verizon Wireless
    While there may be an issue in your area, it is suggested that you don't use wireless service if it's a life or death situation, such as the one you've described.

  • How to use the crypto api with gemalto cyberflex 32k ?

    Hello ,
    I've done many javacard programs using this method :
    _compilation with javacard kit 2.2.1
    _convertion into ".cap"  with the javacard kit 2.1.2
    All this programs work fine with this method : helloworld, read, write in the card, ....
    But when i want to use the crypto api, i can't charge the program in the card (just by adding 2 lines for generating keys):
    ----------> returns 0x80206A80 (6A80: Wrong data / Incorrect values i data.)
    I think it's because i use the 2.1.2 version , but if i use the 2.2.1 to convert , it's another error and no program work with this method.....even helloworld doesn't work...
    -----------> returns 0x80206985 (6985: Command not allowed - Conditions of use not satisfied.)
    I thing i must change my gpshel command , but i have read many forums but can't find the configuration for my card cyberflex 32k, some people had similar problems so they used the kit 2.1.2 combined with 2.2.1 like me, but i think they can't use the crypto api with this.........
    Any help will be apreciated,
    kind regards
    Franck
    Edited by: jojo85 on Mar 20, 2009 11:03 AM

    Hello,
    Thanks Sonnyyu,
    I deleted my gpshell 1.4.2 directory and i installed gpshell 1.4.0 instead like they said , to avoid some bugs
    i've tested the exemple CardEdgeII.ijc ,
    here's what i got:
    mode_201
    enable_trace
    establish_context
    card_connect -readerNumber 1
    select -AID a0000000030000
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f
    delete -AID A0000003230101
    delete -AID A00000032301
    delete -AID A00000000101
    delete -AID A000000001mode_201
    enable_trace
    establish_context
    card_connect -readerNumber 1
    select -AID a0000000030000
    Command --> 00A4040007A0000000030000
    Wrapped command --> 00A4040007A0000000030000
    Response <-- 6F188407A0000000030000A50D9F6E060011020201009F6501FF9000
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f
    Command --> 8050000008674672AE4B85E01800
    Wrapped command --> 8050000008674672AE4B85E01800
    Response <-- 000081410002B2C600E4010151982BB4CF843B1431E57DB6418652AE9000
    Command --> 848201001073CF9B92B3F11E10BE12D1318E9A8095
    Wrapped command --> 848201001073CF9B92B3F11E10BE12D1318E9A8095
    Response <-- 9000
    delete -AID A0000003230101
    Command --> 80E40000094F07A000000323010100
    Wrapped command --> 84E40000114F07A000000323010149D51E784E07966B00
    Response <-- 6A88
    delete_applet() returns 0x80206A88 (6A88: Referenced data not found.)
    delete -AID A00000032301
    Command --> 80E40000084F06A0000003230100
    Wrapped command --> 84E40000104F06A00000032301E3788AF4A9E32C2100
    Response <-- 6A88
    delete_applet() returns 0x80206A88 (6A88: Referenced data not found.)
    delete -AID A00000000101
    Command --> 80E40000084F06A0000000010100
    Wrapped command --> 84E40000104F06A00000000101C3CC96E6E54AF0ED00
    Response <-- 6A88
    delete_applet() returns 0x80206A88 (6A88: Referenced data not found.)
    delete -AID A000000001
    Command --> 80E40000074F05A00000000100
    Wrapped command --> 84E400000F4F05A000000001DA73D168B218692C00
    Response <-- 6A88
    delete_applet() returns 0x80206A88 (6A88: Referenced data not found.)
    install -file CardEdgeII.ijc -nvDataLimit 12000 -instParam 00 -priv 2
    install -file CardEdgeII.ijc -nvDataLimit 12000 -instParam 00 -priv 2
    Command --> 80E602001705A00000000107A00000000300000006EF04C60231000000
    Wrapped command --> 84E602001F05A00000000107A00000000300000006EF04C60231000019F52839EB52A80200
    Response <-- 009000
    Command --> 80E80000EFC48230F401000FDECAFFED010204000105A00000000102001F000F001F000A00290256006C2307000A04230000067F00060000000004010004002904000107A0000000620101010107A0000000620102010107A0000000620201000107A000000062000103000A0106A0000000010119CE06006C00800313000C040400051856FFFF1BA41A2A17FB1818183718A61971008300020001011100001E4F1EC51F771F9A1FA71FAC1FB31FBC1FCD1FF41FFD20082043204B205520662071008300030001010D0000209520B520C520D52101211C21742196221F2230226F227D22E1072307000640188C00861803880010
    Wrapped command --> 84E80000F7C48230F401000FDECAFFED010204000105A00000000102001F000F001F000A00290256006C2307000A04230000067F00060000000004010004002904000107A0000000620101010107A0000000620102010107A0000000620201000107A000000062000103000A0106A0000000010119CE06006C00800313000C040400051856FFFF1BA41A2A17FB1818183718A61971008300020001011100001E4F1EC51F771F9A1FA71FAC1FB31FBC1FCD1FF41FFD20082043204B205520662071008300030001010D0000209520B520C520D52101211C21742196221F2230226F227D22E1072307000640188C00861803880010C9DE1DD3FD6CD8CE
    Response <-- 9000
    Command --> 80E80001EF08900B7F001C7B001C03104D387B001C041075387B001C051073387B001C061063387B001C07106C387B001C081065387B001C10061030387B001C1007103038187B001C037B001C925B8C004D6108119CFF8D005318100891008087011810089100808702AD02038F00803D0610108C002037AD020324940000807B001C037B001C925B8B002A7A05361A0525321A062529071F62071F10086C08119C108D00531607610EAD021F24940000802804700CAD011F2494000080280415046708119C108D0053031A07258D002E2905198B003016056A081167008D00531605076D08119C0F8D00531A08252906160504
    Wrapped command --> 84E80001F708900B7F001C7B001C03104D387B001C041075387B001C051073387B001C061063387B001C07106C387B001C081065387B001C10061030387B001C1007103038187B001C037B001C925B8C004D6108119CFF8D005318100891008087011810089100808702AD02038F00803D0610108C002037AD020324940000807B001C037B001C925B8B002A7A05361A0525321A062529071F62071F10086C08119C108D00531607610EAD021F24940000802804700CAD011F2494000080280415046708119C108D0053031A07258D002E2905198B003016056A081167008D00531605076D08119C0F8D00531A082529061605045F95980396338536
    Response <-- 9000
    °
    °
    °
    there are again many lines and the response is always 9000
    i'll try to find a converter to convert the .cap files of my crypto application into .ijc files
    thanks,
    kind regards
    Franck
    Edited by: jojo85 on Mar 21, 2009 2:48 PM

Maybe you are looking for