This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3.8" | |
services: | |
keycloak_h2: | |
image: quay.io/keycloak/keycloak | |
container_name: keycloak_h2 | |
environment: | |
KEYCLOAK_ADMIN: admin | |
KEYCLOAK_ADMIN_PASSWORD: admin_password | |
ports: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<title>Keycloak JS Demo</title> | |
</head> | |
<body> | |
<script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"<?xml version="1.0" encoding="UTF-8"?> | |
<VAST version="3.0" ya-uniformat="true"> | |
<Ad id="a34sdf"> | |
<InLine> | |
<AdSystem>Yabs Ad Server</AdSystem> | |
<AdTitle>Interactive Direct In Video</AdTitle> | |
<Impression id="direct_impression_13"><![CDATA[https://yandex.ru/an/tracking/WUmejI_zO3q15Gy0f1e00000lt1r_mK0FG8nOkFqOm00000ugjazO8mOQ0I00Pl8dWU80OZNqHIG0VYIkhtaW8200fW1-9AwlMIm0SYVhh48k06gzCQT9jW1rgBRhW7W0RIFhfu1e0B-j0B0UOW59v05W26m1Ggu1R88m0N67iW5uWVW1KoAxY_SY-a0IQa7mjr4Q3_UGWgu1u05q0S4ceY0WSAGWGRe2GVm2O0U-0dm480A2e0BneTwY0iegWiG0DN1XyBT000cEPboD_K50F0B2-0DWeA1WO20a0YAtR_XlR6wW4cW3i24FQWFmhkpYlV7jw4Ak0yKW12pdSyVaKIO4UkDBA6vF-aIfflLfnK_Pt-05A20OAWKW27850UmbwwV1k0K0TWMWHUO5-l8nYtG5z260zWNyii-q1WG-1Z1YlRieu-y_6E06RWQ0u8S3MH2GZfhT65ZJ513PpVf780TVw4TY7hvIkbMvp-e7GAO7k7J4D0U-vgxXTEboALls1wpZH-W7wkFrYUm7m787wlHhLVI7mOtCZKvDZJW80RG8V___m7L8l__V_-18uaZPcPcPcPcrZyG06UG198OfWxI9e5Sk0e96jAy3iQjUn9o6Y_pv9-NSTql-Q1RkCAd34LHX1hVvUh6dImo60K0~1?action-id=13]]></Impression> | |
<Error><![CDATA[https://an.yandex.r |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bs_data { | |
deviceType: 11, | |
blockId: 3948, | |
bannerLang: '1', | |
blockFavicon: '0', | |
bannerFlags: | |
'animated', | |
isSmartTga: false, | |
count_links: { | |
abuseUrl: '//yandex.ru/an/abuse/WEWejI_z8Fpz1W2a31ftzEPC4atK1G3y035xPkzZ000003YgsJrmX8ERaSN-rEp10P01-9AwlUI0W802c07uahgzPBW1glJ6dIRO0TQYswu1w07M0Q02_hG2oGQAxY_SY-a0IQa7mjs4XTtfymZG1mBG2820W802W0kKY7g82oYg2n3eoP4Mmjq00Es_WBNZz0K0u1G1WHVmFvWNwyZ6BVWOmOhsxAEFlFnZW1c270raGa8wLaDjQ6mqDcStwHo07Vz_q27_0TKY__z__u4Z00000000y3y6080GN1wo8g5BkJx4y0maSHaD~1', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3.8" | |
services: | |
keycloak_h2: | |
image: quay.io/keycloak/keycloak | |
container_name: keycloak_h2 | |
environment: | |
KEYCLOAK_ADMIN: admin | |
KEYCLOAK_ADMIN_PASSWORD: admin_password | |
ports: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"log": { | |
"version": "1.2", | |
"creator": { | |
"name": "WebInspector", | |
"version": "537.36" | |
}, | |
"pages": [ | |
{ | |
"startedDateTime": "2023-02-08T17:16:43.340Z", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3.8" | |
services: | |
keycloak_h2: | |
image: quay.io/keycloak/keycloak | |
container_name: keycloak_h2 | |
environment: | |
KEYCLOAK_ADMIN: admin | |
KEYCLOAK_ADMIN_PASSWORD: admin_password | |
ports: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Keycloak JS Demo</title> | |
</head> | |
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type UserMainParameters { | |
id: String! | |
email: String! | |
organizations: Organization[]! | |
} | |
type PaymentDetails { | |
id: String! | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<VAST version="3.0"> | |
<Ad id="a34sdf"> | |
<InLine> | |
<AdSystem>Yabs Ad Server</AdSystem> | |
<AdTitle>Interactive Direct In Video</AdTitle> | |
<!-- Impression element is a good place for counts. Check it.--> | |
<Impression id="rtb"> | |
<![CDATA[ | |
https://mobile.yandexadexchange.net:443/report/1172/x2-4QMko7LvLvP9vnBtXOOTnFcX39ohLEY-WVq8TgxMvfUijgyqU7ug7ZFRotA1rop8iEZ-ELOBsZ2fXAvXbfK2Lf4eBp1OyR02qcbbssKDmjTKDYORg9mseT4N5CrABbXbQj_aJ2OKqUkTC2dGdDw==/an.yandex.ru/rtbcount/1OKy0YFJ0F4000000000U9nJP7sYtvsJ-O_NS9b6YND4pbyzoxwvwj4CGE094maDsox86tk0dOaXbH4edhbCm-0bIBnK6CYhlGeaMXb1v5H61W46XfcCpyLPGFeP5ZBkqMG4irR2MHj1r8E3G68levqJFyDHiCnLHf3mNKO6eCQ_ZCgpNZlCPH80gMPAdX9nTSiaRv-pJF-1u1MJW5L6tErb6WmCXkkUMB_COsNuoWIox2yJ5yWPpCn0ifUP2UGOPZOWEPSPPF1LC7aNJ080ZTOz-G00 |