alex-vo / frontend-project-lvl4

0 stars 0 forks source link

privet #3

Open alex-vo opened 3 months ago

alex-vo commented 2 months ago

Dear [Application Owner's Name],

I hope this email finds you well.

My name is [Your Name], and I am part of the Identity and Access Management (IAM) team here at [Your Bank's Name]. We are currently working on integrating our IAM solution with your application, ABC. This integration is crucial for enhancing our security measures and ensuring seamless user access management across all platforms.

To ensure a smooth and efficient integration process, I would appreciate it if you could provide some information and clarification on the following points:

Application Architecture:

Could you provide an overview of ABC's architecture, specifically focusing on how user authentication and authorization are currently handled? Integration Points:

What are the primary integration points we should be aware of for connecting IAM with ABC? Are there any existing APIs or protocols in place that facilitate this? User Data:

What user attributes are stored within ABC, and which of these are essential for IAM integration? Additionally, are there any specific data formats or schemas we should adhere to? Security Considerations:

Are there any specific security protocols or compliance requirements we need to follow when integrating with ABC? This includes encryption standards, data privacy regulations, and access control policies. Testing Environment:

Is there a dedicated testing environment available for us to use during the integration process? If so, could you provide the necessary access credentials and any setup instructions? Documentation and Support:

Could you share any existing documentation related to ABC's integration capabilities? Additionally, who should we contact for support during this integration process? Timeline and Coordination:

Are there any key timelines or deadlines we need to be aware of for this integration? How can we best coordinate with your team to ensure timely completion? Please feel free to add any additional information that you think might be relevant to this integration. Your assistance and cooperation are greatly appreciated as we work together on this important project.

Thank you for your time and support. I look forward to your response.

Best regards,

alex-vo commented 2 months ago
WITH ResultCTE AS (
    EXEC privet123
)
SELECT a, b
FROM ResultCTE;
-- Declare a table variable
DECLARE @UserAccounts TABLE (
    a INT,     -- Use the correct data types as per your table structure
    b INT,
    c INT
);

-- Insert the result of the stored procedure into the table variable
INSERT INTO @UserAccounts (a, b, c)
EXEC Custom.spIIQFetchUserAccounts;

-- Select only columns a and b from the table variable
SELECT a, b
FROM @UserAccounts;
alex-vo commented 2 months ago

Minimum length 7 Maximum length 20 Minimum 1 uppercase letter A-Z Minimum 1 lowercase letter a-z Minimum 1 digit Minimum 1 punctuation character (do not use the characters *&)

J8xD$7pl R3b@9Mk2 fZ1!wN7t

alex-vo commented 2 months ago

https://dc0e-185-75-238-3.ngrok-free.app/privet

alex-vo commented 2 months ago
package com.example.demo;

import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
import java.net.URI;
import java.net.http.HttpClient;
import java.net.http.HttpRequest;
import java.net.http.HttpResponse;

@RestController
public class AllRolesController {

    private static final String ALL_ROLES_ENDPOINT = "/api/allRoles";
    private static final String PROXY_BASE_URL = "https://ksjdnajsdn.com/api/";

    @GetMapping(ALL_ROLES_ENDPOINT)
    public ResponseEntity<String> getAllRoles() {
        // Responding directly without calling any external service
        return ResponseEntity.ok("privet123");
    }

    @GetMapping(value = "/**", produces = "text/html")
    public ResponseEntity<String> proxyRequest(String path) {
        HttpClient client = HttpClient.newHttpClient();
        HttpRequest request = HttpRequest.newBuilder()
               .uri(new URI(PROXY_BASE_URL + path))
               .build();

        try {
            HttpResponse<String> response = client.send(request, HttpResponse.BodyHandlers.ofString());
            return ResponseEntity.ok(response.body()).build();
        } catch (Exception e) {
            return ResponseEntity.status(HttpStatus.INTERNAL_SERVER_ERROR).body(e.getMessage());
        }
    }
}
alex-vo commented 2 months ago
curl --location 'https://www.dataaccess.com/webservicesserver/NumberConversion.wso' --header 'Content-Type: text/xml; charset=utf-8' --data '<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <NumberToWords xmlns="http://www.dataaccess.com/webservicesserver/">
      <ubiNum>522</ubiNum>
    </NumberToWords>
  </soap:Body>
</soap:Envelope>' --proxy Z011721:OlEx8899@se.client-swg.oneadr.net:8080
alex-vo commented 1 month ago

jstestswdio2@proton.me PUfQ64Hqxb_)_n*

alex-vo commented 1 month ago
<?xml version="1.0" encoding="UTF-8"?><!-- Published by JAX-WS RI (http://jax-ws.java.net). RI's version is JAX-WS RI 2.3.0 svn-revision#3528ea595bd29309f69172d231bbce272d21035c. --><!-- Generated by JAX-WS RI (http://javaee.github.io/metro-jax-ws). RI's version is JAX-WS RI 2.3.0 svn-revision#3528ea595bd29309f69172d231bbce272d21035c. -->
<definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
             xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy"
             xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"
             xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://v3.provisioning.ws.web.verba.com/"
             xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/"
             targetNamespace="http://v3.provisioning.ws.web.verba.com/" name="ProvisioningService">
    <types>
        <xsd:schema>
            <xsd:import namespace="http://v3.provisioning.ws.web.verba.com/"
                        schemaLocation="https://comprec.preprod.qaoneadr.local:443/verba/ws-provisioning-3?xsd=1"></xsd:import>
        </xsd:schema>
    </types>
    <message name="listUsers">
        <part name="parameters" element="tns:listUsers"></part>
    </message>
    <portType name="Provisioning">
        <operation name="listUsers">
            <input wsam:Action="http://v3.provisioning.ws.web.verba.com/Provisioning/listUsersRequest"
                   message="tns:listUsers"></input>
            <output wsam:Action="http://v3.provisioning.ws.web.verba.com/Provisioning/listUsersResponse"
                    message="tns:listUsersResponse"></output>
        </operation>
    </portType>
    <binding name="ProvisioningPortBinding" type="tns:Provisioning">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"></soap:binding>
        <operation name="listUsers">
            <soap:operation soapAction=""></soap:operation>
            <input>
            <soap:body use="literal"></soap:body>
            </input>
            <output>
                <soap:body use="literal"></soap:body>
            </output>
        </operation>
    </binding>
    <service name="ProvisioningService">
        <port name="ProvisioningPort" binding="tns:ProvisioningPortBinding">
            <soap:address location="https://comprec.preprod.qaoneadr.local:443/verba/ws-provisioning-3"></soap:address>
        </port>
    </service>
</definitions>
alex-vo commented 2 weeks ago
{
    "userName": "$ky2.userName$",
    "name": {
        "familyName": "$ky2.familyName$",
        "givenName": "$ky2.givenName$"
    },
    "emails": [
        {
            "primary": true,
            "value": "$ky2.workEmail$"
        }
    ],
    "entitlements": []
}
alex-vo commented 1 day ago

print.zip