Content found in this wiki may not reflect official Church information. See Terms of Use for more information.
All public logs
From TechWiki
Jump to navigationJump to search
Combined display of all available logs of TechWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:07, 14 January 2022 TimRiker talk contribs deleted page LDS Tools for Android (Outdated: content was: "{{LDSToolsAndroid}} '''LDS Tools for Android''' is a program to allow members to view their local unit and local stake information on their mobile phones. Using the LDS Tools application, users can see local leadership, find individuals phone numbers and addresses, see stake and unit calendar events (future enhancement), and plot addresses on a map. == Project status == === Production release === right LDS Tools is...)
- 07:07, 14 January 2022 TimRiker talk contribs deleted page Android LDS Tools Change Log (Outdated: content was: "{{LDSToolsAndroid}} Here are some of the changes made to LDS Tools for Android. === New Change Log === [https://tech.lds.org/jira/browse/MMA#selectedTab=com.atlassian.jira.plugin.system.project%3Achangelog-panel New Change Log] ===Version 1.2.0.7=== Released March 7, 2012 Includes changes made since the last release in the Android Market (version 1.1.0): ===1.2.0.6 (Beta 3)=== * Fixed issues with CallerID service not being enabled * Reworked UI for Individual/Ho...)
- 07:06, 14 January 2022 TimRiker talk contribs deleted page Subversion Change to Dev (Outdated: content was: "'''IMPORTANT NOTICE''': The Subversion URL has changed from https://tech.lds.org/svn to https://code.lds.org/svn. If you have repositories that you have used that were using the old URL, you can switch them using the following steps. In this example, we will switch the "mormonchannel" project which was found at https://tech.lds.org/svn/mormonchannel. # From a command prompt, switch to the folder where you checked out the code. # Issue the following command: #: <pre>...)
- 07:05, 14 January 2022 TimRiker talk contribs deleted page Category:Community Services (Outdated: content was: "This category contains all the pages that relate to the services that have been developed for deployment to the LDSTech development community. Category:Development")
- 07:05, 14 January 2022 TimRiker talk contribs deleted page Category:Community Services SSO (Outdated: content was: " Category:Community Services", and the only contributor was "Aebrown" (talk))
- 07:05, 14 January 2022 TimRiker talk contribs deleted page Category:Archives of Community Services SSO (Outdated: content was: "{{catmain|SSO Simulator Archives}} This page serves as a hold place for pages that are no longer accurate for the current version of the WAMulator but should be kept around as references for any who are still using older versions. Category:Community Services SSO")
- 07:03, 14 January 2022 TimRiker talk contribs deleted page WAMulator Injected Headers (Outdated: content was: " The WAMulator injects some headers automatically as a request passes through it. Others can be injected as specified in policy configuration and can be either fixed or use values from the user's profile. This page outlines the headers automatically injected but also explains the #policy-cn user header to clarify the source of the value of that header. ===policy-service-url=...", and the only contributor was "Boydmr" ([[User talk:B...)
- 07:03, 14 January 2022 TimRiker talk contribs deleted page Troubleshooting: Deciphering Http Traffic Detail (Outdated: content was: "If configured to store http traffic and make it available, the simulator's SSO Traffic tab provides a link for each entry. Upon selecting the link content similar to the following will open in an editor or new tab depending on your browser and operating system configuration. The content below is for accessing the /public/debug.jsp page as part of the dual debug page example. The line numbers are not included in the content b...)
- 07:03, 14 January 2022 TimRiker talk contribs deleted page Stopping the WAMulator (Outdated: content was: "There are several ways to stop the WAMulator. Using '''control-c''' on Macs and linux systems or '''CTRL-C''' on windows systems will terminate its process after a one second shutdown period. Additionally, the WAMulator includes an endpoint within the '''console port''' at a path of '''/admin/shutdown''' that will cause the process to terminate. This is useful for times when you'...", and the only contributor was "Boydmr" ([[User talk:B...)
- 07:03, 14 January 2022 TimRiker talk contribs deleted page SSO Simulator Sign-In Pages (Outdated: content was: "The simulator provides three pages that can be used to sign-in users when enforcing access to URLs as declared in the configuration file. These all reside under the console port path of “/admin/”. They are explained in the table below. When using the openSSO rest API an alternative approach was that an application could provide its own sign-in page and leverage the openSSO REST api to initiate sessions and that application page cou...)
- 07:02, 14 January 2022 TimRiker talk contribs deleted page SSO Simulator Configuration DTD (Outdated: content was: "==Config File DTD== The configuration file for running the simulator follows the general structure in the DTD below. The effect of each declaration is discussed in SSO Simulator Configuration Files. <source lang="xml"> <!-- Document type definition for the SSO environment simulator's configuration file. --> <!-- Required element to indicate what ports the proxy and...", and the only contributor was "Boydmr" ([[User talk:Bo...)
- 07:02, 14 January 2022 TimRiker talk contribs deleted page SSO Simulator Condition Syntax (Outdated: content was: "==Background== In the original SSO solution based upon OpenSSO a custom condition evaluator was created enabling an XML based custom syntax to be used to craft policies based upon user attributes specific to the needs of the applications being protected and enabled by SSO. When the SSO Environment Simulator was created the syntax engine was rolled in enabling identical policy...", and the only contributor was "Boydmr" ([[User talk:B...)
- 07:02, 14 January 2022 TimRiker talk contribs deleted page SSO Simulator CD-OESv1 REST interface (Outdated: content was: "==Description== As outlined in the SSO Environment Overview a REST service is available for answering Fine Grained Permission (FGP) questions for applications. In addition, it can answer whether a token or tokens represent valid sessions and it can indicate the name of the cookie used to store the token in the browser. This page is the specification of that interface and the reference implementation was created in t...)
- 07:02, 14 January 2022 TimRiker talk contribs deleted page SSO config file for all services (Outdated: content was: "==Description== * Maps the sign-in page into the simulated domain, localhost.lds.org, or port 80 via the sso-sign-in-url containing the same domain as the by-site host and including the last two cctx-mapping declarations routing /admin and /ui to the console port where the sign-in pages actually reside. * Maps two applications, /directory and /calendar, hosted on 127.0.0.1 into localhost.lds.org:80. * Maps a /missionary service application hosted on 127.0.0.1:8014 into...)
- 07:02, 14 January 2022 TimRiker talk contribs deleted page Simple SSO config file (Outdated: content was: "==Description== * Maps the simulator's debug.jsp page into the simulated internet domain localhost.lds.org as explained in detail in the dual debug page example. * Maps a cmis web service hosted at chqpvuu8440:9083/cmissearch/services/ into localhost.lds.org:80/cmisservices/ rewriting the URLs of inbound requests accordingly. * The pholder user's attributes defined herein will be replaced if such a user is found in service....)
- 07:02, 14 January 2022 TimRiker talk contribs deleted page WAMulator Architecture (Outdated: content was: "Back to WAMulator As shown on the SSO Environment Simulator page the WAMulator listens on up to three ports. The proxy-port and proxy-tls ports use java.net.ServerSocket to listen on these two ports and translate bytes into http requests. In contrast, the console port is implemented with an embedded jetty server. See the links below fo...", and the only contributor was "Boydmr" ([[User talk:B...)
- 07:02, 14 January 2022 TimRiker talk contribs deleted page Policy Enforcement for Proxy Ports (Outdated: content was: "Back to WAMulator Architecture When requests are received on the proxy port (http) or proxy-tls port (https) the WAMulator delegates to an instance of the [https://code.ldschurch.org/stash/projects/IAM/repos/sso-simulator/browse/src/main/java/org/lds/sso/appwrap/proxy/RequestHandler.java RequestHandler] class. That instance lives for the duration of a...", and the only contributor was "Boydmr" ([[User talk:Bo...)
- 07:01, 14 January 2022 TimRiker talk contribs deleted page Legacy Version Configuration (Outdated: content was: "Back to WAMulator The 6.x line of the WAMulator was a chain of breaking API changes as we moved from the WAMulator's original policy enforcement configuration format to a format compatible with the internal Policy Exposee WAM administration tool which supports importing and exporting or policy configuration. The configuration references for the 6.x and 5.x versions...", and the only contributor was "Boydmr" ([[User talk:B...)
- 07:01, 14 January 2022 TimRiker talk contribs deleted page Http Console (Outdated: content was: "thumb|Http Console The WAMulator listens on a minimum of two ports. Due to the attribute names on the <config> element by which they are configured, these are known as the '''proxy port''' and the '''console port'''. As explained on the SSO Environment Simulator page, the proxy port impleme...", and the only contributor was "Boydmr" ([[User talk:B...)
- 07:01, 14 January 2022 TimRiker talk contribs deleted page External Application Development with SSO (Outdated: content was: "''Portion of Application Development with Single Sign-On presented at 2010 Developer Conference'' From the perspective of an external application like that found on a mobile device or even ajax calls made from pages served up from embedded applications, the SSO WAM environment provides two perspectives: unenforced resources versus restricted resources. For unenforced resources SSO WAM is transparent; it is as if WAM isn't there from the perspective of the user age...)
- 07:01, 14 January 2022 TimRiker talk contribs deleted page Example: dual debug page (SSO Simulator) (Outdated: content was: "==Overview and Requirements== '''NOTE:''' This example was written for the '''5.x version''' of the wamulator. The example leverages a debug page that is available in the Simulator's console port to simulate a back end application to which to proxy requests. Assuming that the console port has been set to 1776 in the config element of the configuration file the debug page is accessible to a br...)
- 07:01, 14 January 2022 TimRiker talk contribs deleted page Developing SSO Protected Applications (Outdated: content was: "''Portion of Application Development with Single Sign-On presented at 2010 Developer Conference'' Applications protected by SSO see three touch points with the SSO environment: # incoming request headers injected by the SSO proxies as requests pass through them, # calls to the SSO policy server to ascertain the current user's access to URLs (openSSO) or URNs (OES) referred to as fine-grained permissions # Special query parameters that can force authentication or...)
- 07:01, 14 January 2022 TimRiker talk contribs deleted page Configure hosts file for SSO (Outdated: content was: "The etc/hosts file (pronounced et-see hosts file) is a file that can be edited to add domain names that will be resolved locally in preference to values in the extended DNS system. For example, by adding an entry here we can cause our machine to resolve '''localhost.lds.org''' to 127.0.0.1. The format is columnar with the IP address to which a domain name should be resolved located in the first column followed by at least one space or tab character. The second column c...)
- 07:00, 14 January 2022 TimRiker talk contribs deleted page ClientLib4J IPolicyClient Interface (Outdated: content was: "As of clientlib4j version CD-OESv1-1.2+ the IPolicyClient interface provides the following methods. Note that all calls for fine grained permissions ultimately route through the arePermitted call which supports bulk requests. If the complete set of fine grained permissions is known for an application and http session caching is enabled for the SSOContextFilter the...", and the only contributor was "Boydmr" ([[User talk:B...)
- 07:00, 14 January 2022 TimRiker talk contribs deleted page Application Development with Single Sign-On (Outdated: content was: "''Presentation given at the 2010 Developer's Conference'' ==Background== In late 2008 the Member/Leader Portfolio of the Church ICS Department began research and implementation of a single sign-on or SSO solution for use with the new labs.lds.org and beta.lds.org web sites. Many applications were under construction that needed to work together, required authentication, and varying degrees of additional conditions on access. The tool selected at that time was Sun's Ope...)
- 07:00, 14 January 2022 TimRiker talk contribs deleted page 8.x Main Config file (Outdated: content was: "__NOTOC__ ==Sample Config File== <source lang="xml"> <?alias http-port=80?> <?file-alias usr-src-xml="D:\Documents\wamulator\user-config.xml" default="<users/>"?> <?file-alias policy-src-xml="D:\Documents\wamulator\policy-config.xml"?> <config proxy-port="{{http-port}}" console-port="1776"> <console-recording sso="true" rest="true" max-entries="100" enable-debug-loggin...", and the only contributor was "Foxleytd" ([[User talk:Fox...)
- 07:00, 14 January 2022 TimRiker talk contribs deleted page 8.x Config File Syntax (Outdated: content was: "__NOTOC__ Version 7.0 was a breaking API change to the previous 6.x configuration. The V7.x line completed the steps taken in V6.x toward a format allowing configuration files for the WAMulator to be imported directly into OAM via the Policy Exposee tool. That version removed the majority of the manual configuration that had been required in the past and allowed the configuring of policies to take place in Policy Exposee and then use the expo...)
- 07:00, 14 January 2022 TimRiker talk contribs deleted page 6.x XML User Source (Outdated: content was: "{{note|This configuration is also valid for 7.x and 8.x versions.}} {{note|There are two supported sources: XML User Source, and LDAP User Source.}} Provides users via XML declarations. Since its configuration is via XML it can not be included in the XML of the configuration file. However, it can be embedded in the configuration file as the default value of a macro as exhibited in #Embedding Users in the Config File|Embedding Users in the Conf...)
- 07:00, 14 January 2022 TimRiker talk contribs deleted page 6.x LDAP User Source (Outdated: content was: "{{note|This configuration is also valid for 7.x and 8.x or as specifically noted for some features}} {{note|There are two supported sources: XML User Source, and LDAP User Source.}} Provides users and user attributes from LDAP. The following configuration properties are supported. When a user attempts to sign-in to the WAMulator and this source is queried for the user the source first binds using the search-bind-dn and search-bind-pwd. Then a s...)
- 07:00, 14 January 2022 TimRiker talk contribs deleted page 6.x Converting from v5.x Config (Outdated: content was: "A number of breaking API configuration changes were intentionally made when creating the 6.x line of the WAMulator in order to move to a format that can readily be exchanged between the WAMulator and OAM via Policy Exposee, the web tool used to manage OAM policies for applications. Most notably are the following which will play key roles in the steps to migrating below: * Replac...", and the only contributor was "Boydmr" ([[User talk:B...)
- 06:59, 14 January 2022 TimRiker talk contribs deleted page 6.x Condition Syntax (Outdated: content was: "This page outlines the syntax for <condition> elements in the v6.x+ version of the WAMulator. For previous versions see SSO Simulator Condition Syntax. Attribute specific syntax elements have been removed to provide a uniform means of defining conditions based upon evaluation of user attributes regardless of what attributes are leveraged...", and the only contributor was "Boydmr" ([[User talk:B...)
- 06:59, 14 January 2022 TimRiker talk contribs deleted page SSO Simulator Getting Started 6.5 (Outdated: content was: "==SSO Simulator Getting Started== ===Prerequisites=== Java Development Kit: Version 1.5 or later Steps to get SSO Simulator working in your development environment ===1. Change your hosts file=== If you are online when testing, then localhost.lds.org is already defined in DNS and you don't need to make any changes. Skip to the next section. If you are testing offline you need to keep reading here. In order for the cookies to be set properly by the SSO Simulator you...)
- 06:58, 14 January 2022 TimRiker talk contribs deleted page SSO Simulator Archives (Outdated: content was: "This page serves as a tie between the Community Services SSO category and the Archives of Community Services SSO category. When pages are moved to the archive category their in-page Category tag should be changed to the latter category so that they don't take up space in the Community Services SSO Category page making it more difficult for people to find content that helps then with a...)
- 06:58, 14 January 2022 TimRiker talk contribs deleted page SSO Injected Headers (Outdated: content was: "When an application integrates with SSO it is placed behind a policy enforcement point (PEP) known as an agent or web-gate through which all http traffic to that application will travel. The web-gate is configured to inject headers on inbound requests for consumption by the application. Such headers are always scrubbed by the web-gate meaning that if a header already exists by that name on the incoming request it is removed. The headers fall into two categories: thos...)
- 06:58, 14 January 2022 TimRiker talk contribs deleted page Talk:SSO Simulator Getting Started (Outdated: content was: "While we were testing this during the Tech Conference we found that the command: java -server -Xmx128m -jar SSOSim-4.8.jar <path to config file> However, we found it did not work. We needed to drop the -server out of the command in order to get the SSOSim running. java -Xmx128m -jar SSOSim-4.8.jar <path to config file> I'm putting this on this page, since I'm new to editing wikis, so hopefully this all makes sense, and someone can update the main page, if what I...)
- 06:58, 14 January 2022 TimRiker talk contribs deleted page SSO ClientLib4J Revisions (Outdated: content was: "#REDIRECT ClientLib4J Revisions", and the only contributor was "Boydmr" (talk))
- 06:57, 14 January 2022 TimRiker talk contribs deleted page SSO Simulator Downloads (Outdated: content was: "Download the latest version of the Wamulator here. '''Current version''': :[https://code.lds.org/downloads/app-wrap-shim/8.0.6/SSOSim-8.0.6.jar SSOSim-8.0.6.jar] What's changed in each revision? :SSO Simulator Revisions Useful links for Developers and others: :WAMulator Old 7.0.4 version: :[https://code.lds.org/downloads/app-wrap-shim/7.0.4/SSOSim-7.0.4.jar SSOSim-7.0.4.jar] Old 6.5 version: :[https://code.lds.org/downloads/app-wrap-shim/6.5/SSOSim-6.5.ja...)
- 06:57, 14 January 2022 TimRiker talk contribs deleted page SSO Simulator Environment (Outdated: content was: "#REDIRECT SSO Environment Overview", and the only contributor was "Boydmr" (talk))
- 06:57, 14 January 2022 TimRiker talk contribs deleted page WAMulator (Outdated: content was: "Note: With the switch to Forgerock OpenAM, a new WAMulator is being developed. Documentation is available at Forgerock WAMulator The WAMulator is an intercepting or transparent http proxy specifically designed to simulate a reverse proxy [http://en.wikipedia.org/wiki/Web_Access_Management Web Access Management] SSO environment on a developer's local box using a java VM. It includes an Http Console enabling you to see...)
- 06:56, 14 January 2022 TimRiker talk contribs deleted page SSO Simulator Revisions (Outdated: content was: "Go to SSO Simulator Downloads to download the simulator. Bugs can be reported via the simulators bug tracker at https://tech.lds.org/jira/browse/WAMULAT. The simulator in that project is known as the Wamulator which is short for the Web Access Management Simulator. ==History== *'''5.57''' (2017.08.09) ** Added directive SSO_Simulator_Configuration_Files#<dis...", and the only contributor was "Boydmr" ([[User talk:Boy...)
- 06:56, 14 January 2022 TimRiker talk contribs deleted page SSO ClientLib4j Revisions (Outdated: content was: "#REDIRECT ClientLib4J Revisions")
- 06:56, 14 January 2022 TimRiker talk contribs deleted page ClientLib4J Revisions (Outdated: content was: "This is the list of available ClientLib4J revisions and the feature changes that lead to each. The full version name is CD-OESv1-X.Y. The first portion, CD-OESv1, indicates what version of the REST interface the API talks to for fine-grained permissions. The X.Y portion is the real revision indicator and matches the numbers listed below. The parenthesized date is not part of the version but indicates the date on...)
- 06:55, 14 January 2022 TimRiker talk contribs deleted page Example: using conditions (SSO Simulator) (Outdated: content was: "==Overview and Requirements== This example builds upon the dual debug page example and shows how to add additional restrictions on access to resources beyond just authenticating. Understand that example before diving into this one. Building upon the dual debug page example lets add to our site resources a URL that only allows access to members of a specific group. To make config...)
- 06:55, 14 January 2022 TimRiker talk contribs deleted page Talk:SSO ClientLib4j Revisions (Outdated: content was: "== Removed problematic text on Redirect page == The redirect page was recently edited to add this comment: "If you are looking for the ClientLib4J revisions page click the link below. There is no distinction between clientlib4j and ClientLib4J. They represent the same library. The wiki pages just happen to have upper case letters in them leading to these redirect pages." Unf...", and the only contributor was "Aebrown" ([[User talk:Ae...)
- 06:55, 14 January 2022 TimRiker talk contribs deleted page SSO ClientLib4X (Outdated: content was: "#REDIRECT ClientLib4X", and the only contributor was "Boydmr" (talk))
- 06:55, 14 January 2022 TimRiker talk contribs deleted page ClientLib4X (Outdated: content was: "A MarkLogic XQuery module clientlib.xqy is available that provides the same functionality for XQuery applications as is provided for Java applications by ClientLib4J. You include the module in your namespace with the following declaration. Note, the value of the "at" directive must be the location of the clientlib.xqy file within your modules database and may vary from the value shown. <pre> xquery version "1.0-ml"; import module namespace sso = "http:...)
- 06:54, 14 January 2022 TimRiker talk contribs deleted page Talk:SSO ClientLib4X (Outdated: content was: "#REDIRECT Talk:ClientLib4X", and the only contributor was "Boydmr" (talk))
- 06:54, 14 January 2022 TimRiker talk contribs deleted page Talk:ClientLib4X (Outdated: content was: "== Given Name spelling? == The code for "Given Name" is "$sso:GIVENAME" (one N) but the policy is "policy-givenname" (two Ns). Is that correct? I would think that they would both have two Ns. -- Aebrown 18:46, 3 June 2010 (UTC)")
- 06:54, 14 January 2022 TimRiker talk contribs deleted page SSO ClientLib4J (Outdated: content was: "#REDIRECT ClientLib4J", and the only contributor was "Boydmr" (talk))
- 06:54, 14 January 2022 TimRiker talk contribs deleted page ClientLib4J (Outdated: content was: "''Portion of Application Development with Single Sign-On presented at 2010 Developer Conference'' There are two versions of ClientLib. This page covers the ClientLib4J java version. The ClientLib4X covers the XQuery version for use in Mark Logic applications. === Getting ClientLib === To include ClientLib4J in your maven project add the following to your pom.xml file t...", and the only contributor was "Boydmr" ([[User talk:B...)