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: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...)
- 06:53, 14 January 2022 TimRiker talk contribs deleted page SSO ClientLib (Outdated: content was: "#REDIRECT ClientLib", and the only contributor was "Boydmr" (talk))
- 06:53, 14 January 2022 TimRiker talk contribs deleted page ClientLib (Outdated: content was: "''Portion of Application Development with Single Sign-On presented at 2010 Developer Conference'' ClientLib conceptually refers to a library that can be incorporated within an application both to access information passed to the application by the SSO Environment via injected headers and to ask policy questions of an openSSO policy server or Oracle Entitlements Server for fine-grained permissions such as selectively rendering portions...)
- 06:53, 14 January 2022 TimRiker talk contribs deleted page Troubleshooting SSO Traffic - the Console (SSO Simulator) (Outdated: content was: "#REDIRECT Troubleshooting SSO Traffic - the Console", and the only contributor was "Boydmr" (talk))
- 06:53, 14 January 2022 TimRiker talk contribs deleted page Troubleshooting SSO Traffic with the WAMulator Console (SSO Simulator) (Outdated: content was: "#REDIRECT Troubleshooting SSO Traffic - the Console")
- 06:52, 14 January 2022 TimRiker talk contribs deleted page Troubleshooting SSO Traffic - the Console (Outdated: content was: "When things go wrong... :-) The WAMulator is an http proxy that enforces access policies. But via its http console it is also meant as a tool for you to '''see the http requests hitting your application''' including WAMulator injected headers. See Column 9 Requested Path below for more detail. (Note: clicking on any of the console images below shows a larger version of that image) ==Simulator Console== The WAMulator listens on two ports s...)
- 06:51, 14 January 2022 TimRiker talk contribs deleted page Talk:Country Web site video: About Customizing the Menus (Outdated: content was: "#REDIRECT Talk:Country Web site video: About customizing the menus", and the only contributor was "Aebrown" (talk))
- 06:50, 14 January 2022 TimRiker talk contribs deleted page Talk:Country Web site videos (Outdated: content was: "== Is this page needed? == I have created a subcategory Category:Country Web site videos that can be applied to all videos, and I have applied that subcategory to all the video articles I could find. I'm not sure what is planned for this page, but if it is simply to be a list of all the Country Web site videos, then the category page would meet that need in a standard wa...", and the only contributor was "Aebrown" ([[User talk:Ae...)
- 06:50, 14 January 2022 TimRiker talk contribs deleted page Template:Country Web sites index (Outdated: content was: "{| style="float: right; margin-left: 10px; background: #F2F3E5; border: 1px solid #aaa; width: 300px;" |- | style="padding: 0.25em 0.5em; width: 100%;" colspan="2" align="center" | '''''Country Web sites''''' <sup> edit</sup> |- valign="top" | *Concepts *Content *Front page *Menus | *[[Country Web site modules|Modu...)
- 05:51, 14 January 2022 TimRiker talk contribs deleted page Category:Meetinghouse technology (Outdated: content was: "#REDIRECT Category:Meetinghouse Technology", and the only contributor was "TimRiker" (talk))
- 05:49, 14 January 2022 TimRiker talk contribs deleted page Category:Blackberry applications (content was: "#REDIRECT Category:BlackBerry applications")