App Model with Multi-Level Subdomains

Hello,
I understand that subdomains should not be used when setting up the App model to prevent unauthorized access of cookies, etc. Does this also apply to multi-level subdomains?
Our SharePoint looks like the following:
WebApp1.SharePoint.MyCompany.com
MySites.SharePoint.MyCompany.com
So, in essence our root domain is "SharePoint.MyCompany.com". Everything we build is a subdomain to that.
Would it be safe and in accordance with best practice, then, to do:
Apps.SharePointApps.MyCompany.com
That is a URL that is separate from the SharePoint subdomains, even though it is itself a subdomain of MyCompany.com. The TechNet guidance states: "For example, if the SharePoint sites are at Contoso.com, do not use Apps.Contoso.com. Instead use a unique
name such as Contoso-Apps.com."
Our SharePoint sites are at xxxxx.SharePoint.MyCompany.com, so is xxxxx.SharePointApps.MyCompany.com sufficient; or, do we still need to do the equivalent of xxxxx.MyCompanyApps.com?
Thank you,
Joseph Irvine

Hi,
I suggest you create a new top level domain name to end up with app URLs like [app].company-apps.com. 
More information is here:
Understanding and Configuring App URLs in SharePoint 2013
http://blog.brianfarnhill.com/2013/06/Understanding-and-Configuring-App-URLs-in-SharePoint-2013
Thanks,
Dennis Guo
TechNet Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
[email protected]
Dennis Guo
TechNet Community Support

Similar Messages

  • URGENT HELP PLS :  Issue with Multi Level Master Detail block

    This is an issue someone else had posted in this forum few years back but there was no solution mentioned, I have run into this same issue , The problem is as explained below.
    Any help on this is appreciated.
    Scenario:
    There are 3 Blocks in the form : A (Master Block)
    : B (Detail of A )
    : C (Detail of B )
    There is master detail relation created between A and B and B and C. So initially when we query for a record in Master A, it shows all records properly in B and C.
    Now if i navigate to the first record of B , and then second record of B , records corresponding to that record shows up properly in C block.
    Till now everything works fine.
    Issue 1:
    But in case after querying initially on Master Block A,If I go directly to the second record of B block, it clears the whole B block and C block.
    Issue 2:
    Same thing happens if I am on C block ( corresponding to second record of B block) and then navigate to first record in B block , it again clears the whole B block and C block.
    Please Help !!
    Thanks !

    Thanks Xem for Your reply , I tried those settings but it did not help..here is the original link that to the thread that talks about the same problem ,
    Issue with Multi Level Master Detail block
    The last update to this was the following :
    "I figured out that this is happening because Block Status is set to 'Changed' and this is causing it to clear out the blocks.
    But cant figure out why the status is setting to 'Changed' "
    Any Help from the form Gurus on this form in this matter is truely appreicated !!
    Thanks,
    Zid.

  • FORALL with Multi-level VARRAYs

    Hello all,
    I was wondering if the FORALL statement supports something like this:
    FORALL i in 1 .. nt1.LAST
    INSERT INTO t1 VALUES (nt1(i)(i), nt1(i)(i+1));
    where nt1 is a multi-level varray defined as:
    TYPE t1 IS VARRAY(10) OF VARCHAR2(32767);
    TYPE nt1 IS VARRAY(3) OF t1;
    Any help would be greatly appreciated as I don't want to put the insert statement into a regular for loop. Thanks.
    - Kenny R.

    Is it acceptable approach ?
    SQL> create TYPE t1 IS VARRAY(10) OF VARCHAR2(32);
      2  /
    &nbsp
    Type created.
    &nbsp
    SQL> create TYPE nt1 IS VARRAY(3) OF t1;
      2  /
    &nbsp
    Type created.
    &nbsp
    SQL> create table tab2col (col1 varchar2(3), col2 varchar2(3));
    &nbsp
    Table created.
    &nbsp
    SQL> declare
      2   a nt1 := nt1(t1('a','b','c'), t1('7','8','9','10','11'), t1('a1','a2','a3','a4','a5'));
      3 
      4   type m1 is table of varchar2(32);
      5 
      6   c1 m1 := m1();
      7   c2 m1 := m1();
      8 
      9  begin
    10 
    11   c1.extend(a.count);
    12   c2.extend(a.count);
    13 
    14   for i in a.first..a.last loop
    15    c1(i) := a(i)(i);
    16    c2(i) := a(i)(i+1);
    17   end loop;
    18 
    19   forall i in a.first..a.last
    20     insert into tab2col (col1,col2)
    21     values(c1(i),c2(i));
    22 
    23  end;
    24  /
    &nbsp
    PL/SQL procedure successfully completed.
    &nbspRgds.

  • X-Fi Mixer App Probs with Multi Moni

    Hello, I bought an X-Fi Fatality card, and I love it. There is only one issue with the software. I have 3 lcd screens in XP in multi-monitor configuration. Two DVI connected to a 7800GTX, and another on my other 7800GTX. When i'm not gaming, i'm not in SLI mode, and use the video cards for a tri-monitor setup. The mixer app (game, entertainment, creation) widget will not drag off the main screen. It looks like it WANTS to drag but once the app gets to the edge of the primary screen, it will not move any further and just flickers as you attempt to move it onto a secondary monitor.
    Is there any ETA on fixing this? I want to have my mixer app open on a side monitor since I do most of my work on my main monitor fully maximized.
    Also, can anyone really explain what the black module on the end of the card is with the light emblem? I heard it was a physical relay. I'd have a hard time believing it was there JUST for the light.

    Having a similar problem, except mine will go to the other screen but not completely. The left edge stays on the right side of the screen of monitor #. If you try drag it further it snaps right back. I'm using nvidia fx5200 graphics card and latest drivers.Message Edited by fresh0 on 09-30-2005 05:36 AM

  • Purchase Requisition release WF with multi-level release strategy

    Since it has been "a while" from my WF course and i lack experience with WF's (this is supposed to be the 1st one i implement, finally)...
    The problem I'm facing is really in planning phase of sketching up how my scenario should look like. I have to create couple of WFs for a project that involve purchase requisitions and purchase orders.
    The problem i'm trying to solve is logic concerning release strategy steps for this documents. They are set-up and well-deffined in customizing, but there are couple ofrelease steps for particular strategy.
    Scenario:
    1. someone creates a purchase requisition (event for BUS2009 is triggered, and workitem appears for release of Purch. Req. in their workplace)
    2. initiator of workflow executes his workitem and selects one of the release codes (this workitem is now complete) - i'd like for new workitem to appear in supervisors inbox automatically...
    3. now i need supervisor of initiator to release same purch. requisition with another release code (how to do it?)
    4. supervisor of supervisor (mentioned in step 3.) needs has the authorisation for final release with final release code.
    5. now the initiator from step 1. has to be notified that requisition has been released by overall head of department.
    Org structure i created looks like this:
    ORG. UNIT. Level 0 for Purch. Req. (with Head CEO of Plant as final approver)
    ORG.Unit.  Level 1 for Purch. Req. (with Head of level 1)
    ORG.Unit.  Level 2 for Purch. Req. (with Head of level 2 and Clerks 2a,b,c)
    So these guys (Clerk) 2a,b,c create Purch.Req. They or their Head of level 2 releases their requisitions with his release code Z1,
    Head of level 1 should recieve workitem in his inbox to be able to release it with his release code Z2.
    Director of the plant should recieve workitem for final release Z3, after Head 2 did his release with Z2, and then guys 2a,b,c should get notifications that their PR's are released.
    I managed to get the SAP's standard for Purch. Req. Release working but it's just not enough...
    Please advise me, guide me, if u have any idea, how could this be done, because i'm loosing a lot of time here, just searching and not seeing it. The problem is that we don't have any WF experienced guys that could help, so i'm kinda' stuck.
    Could standard be used here at all?
    Is it possible that the same task (for example. TS00007986 - Release requisition) appears more than once in the sam WF with different agent asignments?
    I dont have an idea how this scenario should be built in WF builder.
    BTW, i'll have 12-15 plants, does that mean 15 different WFs and Org Units?
    Help WF gurus.
    Thank you in advance,
    BaX

    Its' a while since I last time worked with PRs, but I'll give a try...
    This part is a bit confusing:
    >1. someone creates a purchase requisition (event for BUS2009 is triggered, and >workitem appears for release of Purch. Req. in their workplace)
    >2. initiator of workflow executes his workitem and selects one of the release >codes (this workitem is now complete) - i'd like for new workitem to appear in >supervisors inbox automatically...
    >3. now i need supervisor of initiator to release same purch. requisition with >another release code (how to do it?)
    Why do you want that the initiator (the creator of the PR) needs to go the business workplace and release the PR (or select the release code). Isn't this an unncessary step? Shouldn't it worked like this:
    1. Someone creates a PR
    2. PR "gets" a release code automatically with some logic defined in customization
    3. PR release work item apears in the supervisor's  workplace
    4. Initiator gets the mail
    If I recall correctly, the standard solution works like this, or has quite similar approach.
    Whatever way you decide to build your workflow, you won't most probably need a workflow for each plant, but you'll need several org units. But this all really depens on how you decide to do it...

  • Attribute Dimension and association with multi level base members

    I am trying to associate attribute dimension members with base members that can be at different levels (level 0 or level 1 or level 2 ).
    First question - Is that possible ? Second how do I do that.
    I am building the dimensions(base and attribute) members first and then trying to associate.
    I get the following error message :
    Base member (xxxxxxx) association level does not match base dimension association level
    The base dimension looks like
    Supplier
    |-----Supplier Group
    |---------Supplier ID (Associate this member to an attrbiute dimension)
    |---------------Invoice Number
    Sometimes the Supplier ID may not have a Supplier Group or an Invoice Number (hence it can be a level 0 or directly under the dimension name - Gen2)
    The Attrbute Dimension looks like
    Supplier Value
    |---High
    |---Medium
    |---Low
    Edited by: 816875 on 30-Nov-2010 07:01

    First to clarify, base mambers by definition would all be level 0 members, but to your question, attributres can only be associated to a single level within a dimension. your problem is sometimes the supplier is level 0 and other times level 1. This can't be done.

  • Need help with multi-level categorization

    Hi,
    We have the following scenario:
    A complaint has a subject profile with two catalogs:
    1. Problem - 60 problem codes
    2. Solution - 30 solution codes
    Each catalog has code groups and codes assigned as above.
    In GUI we can address this using the catalogs, code groups and codes under "Analysis" tab at complaint header / item level. However, we want to switch over to categorization schema in CRM 7.0 Webclient UI.
    I tried creating a categorization schema in Web UI. However, if I understand correct, for each of the 90 codes (60 + 30 mentioned above) I need to a add category id under the root schema id and assign a subject code under the general data of the category (while maintaining the category hierarchy). Is this true? I really cannot do it since I have already created the catalogs with the mentioned number of codes under the relevant code groups. Isn't it a duplication of effort? Whats the whole point of creating subject profiles / catalogs / code groups / codes if it has to be redone in webclient's categorization schema? Moreover, every time I add a problem code (say number of codes become 61 from 60), do I need to change the schema and release it again?
    I believe there would be a simpler way to do it.
    My exact requirement is:
    1. I want to use only the first two drop downs of the categorization view in complaints component
    2. First drop down to have all the problem codes (60 of them)
    3. The second drop down to have all solution codes (30 of them).
    Request the gurus to provide the exact steps to achieve this (_details in terms of exact steps will be appreciated and suitably rewarded_). Please note that the customizing in terms subjects, catalogs, code groups, codes etc is already in place.
    Regards,
    DP

    Hello DP,
    we have in sum 4 categorie-fields in the service request.
    And we did it like you explained it. First customizing of code / codegroups, etc.
    Afterwards you have to create the categorization schema in WebUI.
    And yes, everytime we add a code we need to change the categorization schema as well.
    We maintain categorization schema in WebUI only in TCR and we use the RFC-Import for the QCR and PCR system.
    You are right this is a duplication of effort. In our case it is needed because we use the SLA determintation based on catogorization and we have multilevel categories, which means depend from catagory A we have different entries in category B.
    If you just need two dropdown boxes idependently from each other i would suggest to create to customer own fields with z-table behind. That´s much less effort if you often add or delete codes.
    Best regards
    Manfred

  • Multi level parent child relationship and datacontrol

    I have an existing application with multi-level parent child tables. For example three of the tables in the applications are related as Table 1 ( parent of Table 2) ---> Table 2 ( parent of Table 3 ) --> Table 3. When i create ADF Business components using these tables i see only the nesting between the parent and its immediate child tables. How can i create a nested data control for Table 3 to Table 2 to Table 1?. We have a usecase where we need to access data from the child table to parent to parent in the reverse order. Currently there is no direct relationship defined between Table 1 and Table 3.
    Any thoughts?
    thanks
    Seetharaman

    Hi,
    double click the Application Module to open the AM editor. Select the data Model category. On the right hand side you see what is selected for use in an application, on the left hand side is what you have available as View Object. To create T1-->T2-->T3, you
    - Select T1 and move it to the right
    - Select T2 under T1 on the left and move it to the right under T1
    - Select T3 under T2 on the left and move it under T2 in T1 on the right
    Frank

  • Multi level categorization component integrated into TASK

    Hello Experts,
    We are working on a CRM 7.0 EHP1 implementation project, one of the business requirements is multi level categorization on task object.
    The How-To Guide Add multilevel categorization component of the Interaction Record to other objects by Micha Van Nijen was found and that was what we aimed. Great how to guide.
    I successfully implemented the ICCMP_BT_CAT component into the TASK component according to this wiki.
    The configuration/customizing are done.  I am able to use multi level categorization on interaction record. (configure Catalog, code group and codes. Subject profile also created and assigned to categorization schema.) But on the task web ui there is no categorization fields. I guess it uses the same catalog A1 as interaction record.
    The task multi level categorization customizing is created similar to interaction record.
    Any help greatly appreciated.
    Regards,
    Robert Cserny

    As far as I know the category modeler application (multi level categorization) is available for the following applications:
        Service orders
        Service order templates
        Confirmations
        Complaints
        In-house repair orders
        Service requests (incidents)
        Problems
        Requests for change
        Knowledge articles
        Case management
        Interaction records
        E-Mail Response Management System (ERMS)
    Is there anybody who can confirm that it could be available on SALES task transaction as well? If yes could you share the basic steps of customizing?

  • Multi Level Modeling

    Hi SAP Gurus,
    Can you please explain what is multi level modeling and give some scenario s to make clear difference.
    Thanks

    Hi,
    Multi-Dimensional Modeling with SAP NetWeaver BI
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6ce7b0a4-0b01-0010-52ac-a6e813c35a84
    /people/githen.ronney3/blog/2008/02/13/modeling-strategies
    Modeling the Data Warehouse Layer with BI
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3668618d-0c01-0010-1ab5-aa75c3a4dfc2
    /people/gilad.weinbach2/blog/2007/02/23/a-beginners-guide-to-your-first-bi-model-in-nw2004s
    BI Data Modeling
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/2f5aa43f-0c01-0010-a990-9641d3d4eef7
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/dc43c445-0d01-0010-23a1-ca348ff5f975
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6090a621-c170-2910-c1ab-d9203321ee19
    Hope this helps.
    Thanks,
    JituK

  • Workflow 2013 use app model for higher security levels

    In a workflow 2013, I am currently calling a workflow 2010 so that I can use the impersonate step to run steps at a higher security level than the user that submitted the workflow. In the impersonate step, everything that needs to be run at a higher security
    level are placed in the impersonate step.
     I have found that the app model in workflow 2013 looks like it replaces the impersonate step in workflow 2010, correct?
    Due to that fact if I want to use the app model in workflow 2013 instead of using the impersonate step in workflow 2010, will I need to place all actions and conditionals within in the app model step for everything that needs to be executed at a higher security
    level? If so, can you show me how to accomplish this goal?
    If this is not true, what actions and steps do I need to place within the app model so that those actions and conditionals occur at a higher security level?

    Hi wendy,
    What is app model in SharePoint 2013 workflow? Based on your description, it seems like “App Step”. Is it right?
    “App Step” provides all the workflow actions added to it, with Read from and Write to Permissions to all the Items in the Site.
    App Step is not available by default you need to activate Workflows can use app permissions feature in your Site to get this displayed for that site in SharePoint Designer.
    You need to place all actions and conditionals within the App Step for everything that needs to be executed at a higher security level.
    More information about App Step in SharePoint 2013 Designer, please refer to the links below:
    Create a workflow with elevated permissions by using the SharePoint 2013 Workflow platform
    A word about App Step in SharePoint 2013 Workflow Platform
    SharePoint Designer 2013 – The new “App Step”
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • OAM multi-level authentication with an OIF SP

    As background, we have 16 Shibboleth IdPs in a federation and users need to access a couple of applications that are protected by OAM (10.1.4.3) using OIF (11g) as the SP. We have a requirement to force re-authentication for a set of URLs protected by OAM. So, if a user accesses application, let's call it LOW, and then attempts to access application called HIGH, we need to reauthenticate the user at the IdP. In OAM, this is the classic use case for multi-level authentication, I think.
    Since OIF acts as a gateway, all of the applications "behind" OIF/OAM use the same authentication scheme in OAM, so I can't use OAM's multi-level authentication as we are configured now. I was told by an OIF person at OracleWorld that a possible approach would be to configure a custom authentication engine in OIF that is basically a copy of the OAM authentication engine and set that up at a different authentication level in OAM. However, looking through the documentation, it looks like the authentication engines are only used when OIF is used as an IdP. Perhaps the person meant that I need to set up a custom SP Integration Module? Or am I misunderstanding the role of the auth engine?
    The OAM SP Integration Module lets me specify Authentication Schemes and Authentication Scheme Levels. We currently are set up to use OIF-unspecified with a level of 1. Since we want to re-authenticate, however, we really want to use the same authentication scheme but at a different authentication level. Is there a way to achieve that? Can I set up a second OAM SP Integration Module with a different policy domain and set the OIF-unspecified authentication scheme to level 2 on that one? How would I go about doing that -- as a custom SP engine?
    Has anyone done anything similar or found a way to force reauthentication using the same authenticator for some applications behind an OIF SP but not others?
    Thanks for any help you can provide.
    --Mike                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi,
    Thanks for the reply.
    “In fact there is not one use case. There are 5 use cases for which we need to provide Second Level of Authentication functionality. And that also with the flexibility of switching this on/off.
    Now as per my understanding we should achieve this through the following flow :
    Store one extra attribute in OID per user per service. And that attribute will store the enable/disable information for that particular service and for that particular user.
    Now ObAuthentication Scheme class of Access Manager API needs to be used for enabling or disabling the Level 2 authentication scheme as per that attribute.
    Is this flow possible.”
    Cheers,
    Sunny

  • Rendering issue on Samsung S4 (specific models) with AIR app

    We have an Android/IOS app compiled with AIR 3.9. It works fine for all devices but some specific models of Samsung S4. First let me describe the device models & compilation details, as below:
    > Issue found on devices (given models only, on other S4(s) works fine):
         - Samsung Galaxy S4 (Model No. SGH-M919)
         - Samsung Galaxy S4 (Model No. SCH-I545)
    > Compilation:
         - AIR 3.9 (also with 3.8)
         - Render Mode GPU
         - Bitmap graphcis
    > Problem:
    There problem is with redering of grpahics speically which are masked. Either those masked graphcis doesn't display at all OR display in wrong layer (also distracted) when Display List realted to that object is manipaulated i.e. A child object is added to the parent of masked object & the masked object appears above it which was previously not visible. Some masked obejcts are not displayed at all.
    > Observation:
    It was same with CPU mode rendering however when the render mode is changed to AUTO the issue is resovled. But then app is preforming too slow as it uses all bitmap graphcis.
    It seems the specfic S4 models are using different type of GPU, though it should not create such weird issue. Can anybody suggest possible solution for this? OR have faced sismilar behavior on said devices ?

    Hi  Omi,
    Thanks for your reply for issue “Rendering issue on Samsung S4 (specific models) with AIR app”. My adobe account is [email protected]<mailto:[email protected]>, you can send your simple app to me by this account, now we are working on it.
    Thanks
    -Bo
    发件人: grosssmutttr [email protected]
    发送时间: 2013年12月28日 18:52
    收件人: Bo Tang
    主题: Rendering issue on Samsung S4 (specific models) with AIR app
    Re: Rendering issue on Samsung S4 (specific models) with AIR app
    created by grosssmutttr<http://forums.adobe.com/people/grosssmutttr> in AIR Development - View the full discussion<http://forums.adobe.com/message/5961441#5961441

  • Configured material(Material Variants) with VC multi-level configuration

    Hi experts,
    I have a question about VC, VC can be a multi-level configuration, and it can be configuration level by level in sales order, this configurable material replace by a configured material(Material Variants ) . however I can only config the first level in Material Variants(MM02 MRP3; the configrable material is a multi-level)! how to solve it?
    If we can not multi level config the VC materil in the configured material, how can it replace the configurable material in sales order?
    Thanks
    lance

    Hi Lance,
    You can do straight away also without user exit .
    There is feature called Variant Matching in Variant configuration. If you can go throgh this and do the step by step configuration and in configuration profile setting you have to set Variant matching Indicator , then Make the Exclusion characterstics ,
    With all the steps , Once the Configurable material is configured in Sales order if it finds the variant matched with the existing variant in the system , then Config Material will be replaced by Material Variant as a line item in the sales order.
    Thanks
    Ankaiah

  • Business Level Modelling with ARIS

    Hi,
       Can someone provide me the links or documents related to Business Level Modelling with ARIS..
    Mail id: [email protected]
    Regards
    Mamta

    Check these blogs,
    <a href="/people/michal.krawczyk2/blog/2006/11/27/xipi-bpm-modeling-in-aris-for-sap-netweaver--a-teaser">BPM modeling in Aris for SAP Netweaver - a teaser</a>
    <a href="/people/swen.conrad/blog/2006/05/13/business-analyst-133-aris-for-netweaver-133-business-process-expert-133">Business Analyst … ARIS for NetWeaver … Business Process Expert …</a>
    <a href="/people/sap.user72/blog/2004/07/02/sap-bpm-and-aris">SAP BPM and ARIS</a>
    Regards
    Bhavesh

Maybe you are looking for

  • How to upload my iPod library to my computer?

    Hey guys, I've recently faced a virus problem with my computer and I was obliged to format it. As you might expect, I entirely lost my iTunes library, but my iPod had been synced before the crash, so technically my library is preserved in it. I would

  • In FB60, duplicate invoice check does not work if invoice date is different

    In FB60, duplicate invoice check does not work if invoice date is different This issue is in FB60 and not MIRO. Duplicate invoice check is activated in vendor master. I posted an invoice for a vendor with amount $ 100, Reference 1234 Invoice date Nov

  • How do I post a recurring problem with a report that isw more than 500 characters

    Why does FFx 8.0.1 initiate a XP restart? i.e. This is a repeat of my 1st test!! While not at the PC (12/15/11 late evening) version 8.0.x is automatically upgrading Firefox 6.0.2.. Shut down PC, restart 12/16/11 today. Run the test again using the U

  • How to I pair device

    How to pair with other device

  • Couldn't start Back to My Mac

    I have unchecked it, re-checked it, signed out of iCloud, rebooted, but no matter what,  I can't seem to get Back to My Mac to start.  It just says "Couldn't Start Back to My Mac"  Clicking details says turn off back to my mac, and reboot, and then t