OAuth

Unofficial logo designed by Chris Messina
Latest version2.0
OrganizationInternet Engineering Task Force
WebsiteIETF OAuth Datatracker

OAuth (short for open authorization[1][2]) is an open standard for access delegation, commonly used as a way for internet users to grant websites or applications access to their information on other websites but without giving them the passwords.[3][4] This mechanism is used by companies such as Amazon,[5] Google, Meta Platforms, Microsoft, and Twitter to permit users to share information about their accounts with third-party applications or websites.

Generally, the OAuth protocol provides a way for resource owners to provide a client application with secure delegated access to server resources. It specifies a process for resource owners to authorize third-party access to their server resources without providing credentials. Designed specifically to work with Hypertext Transfer Protocol (HTTP), OAuth essentially allows access tokens to be issued to third-party clients by an authorization server, with the approval of the resource owner. The third party then uses the access token to access the protected resources hosted by the resource server.[2]

History

Authorization flow without Oauth.
A hypothetical authorization flow where login information is shared with a third-party application. This poses many security risks which can be prevented by the use of OAuth authorization flows.
A high-level overview of Oauth 2.0 authorization flow.
A high-level overview of Oauth 2.0 flow. The resource owner credentials are used only on the authorization server, but not on the client (e.g. the third-party app).

OAuth began in November 2006 when Blaine Cook was developing an OpenID implementation for Twitter. Meanwhile, Ma.gnolia needed a solution to allow its members with OpenIDs to authorize Mac OS X Dashboard widgets to access their service. Cook, Chris Messina and Larry Halff from Magnolia met with David Recordon to discuss using OpenID with the Twitter and Magnolia APIs to delegate authentication. They concluded that there were no open standards for API access delegation.[6]

The OAuth discussion group was created in April 2007, for a small group of implementers to write the draft proposal for an open protocol. DeWitt Clinton from Google learned of the OAuth project, and expressed his interest in supporting the effort. In July 2007, the team drafted an initial specification. Eran Hammer joined and coordinated the many OAuth contributions creating a more formal specification. On 4 December 2007, the OAuth Core 1.0 final draft was released.[7]

At the 73rd Internet Engineering Task Force (IETF) meeting in Minneapolis in November 2008, an OAuth BoF was held to discuss bringing the protocol into the IETF for further standardization work. The event was well attended and there was wide support for formally chartering an OAuth working group within the IETF.

The OAuth 1.0 protocol was published as RFC 5849, an informational Request for Comments, in April 2010. Since 31 August 2010, all third party Twitter applications have been required to use OAuth.[8]

The OAuth 2.0 framework was published considering additional use cases and extensibility requirements gathered from the wider IETF community. Albeit being built on the OAuth 1.0 deployment experience, OAuth 2.0 is not backwards compatible with OAuth 1.0. OAuth 2.0 was published as RFC 6749 and the Bearer Token Usage specification as RFC 6750, both standards track Requests for Comments, in October 2012.[2][9]

As of November 2024, the OAuth 2.1 Authorization Framework draft is a work in progress. It consolidates the functionality in RFCs OAuth 2.0, OAuth 2.0 for Native Apps, Proof Key for Code Exchange, OAuth 2.0 for Browser-Based Apps, OAuth Security Best Current, and Bearer Token Usage.[10]

Security issues

OAuth 1.0

On 23 April 2009, a session fixation security flaw in the 1.0 protocol was announced. It affects the OAuth authorization flow (also known as "3-legged OAuth") in OAuth Core 1.0 Section 6.[11] Version 1.0a of the OAuth Core protocol was issued to address this issue.[12]

OAuth 2.0

In January 2013, the Internet Engineering Task Force published a threat model for OAuth 2.0.[13] Among the threats outlined is one called "Open Redirector"; in early 2014, a variant of this was described under the name "Covert Redirect" by Wang Jing.[14][15][16][17]

OAuth 2.0 has been analyzed using formal web protocol analysis. This analysis revealed that in setups with multiple authorization servers, one of which is behaving maliciously, clients can become confused about the authorization server to use and may forward secrets to the malicious authorization server (AS Mix-Up Attack).[18] This prompted the creation of a new best current practice internet draft that sets out to define a new security standard for OAuth 2.0.[19] Assuming a fix against the AS Mix-Up Attack in place, the security of OAuth 2.0 has been proven under strong attacker models using formal analysis.[18]

One implementation of OAuth 2.0 with numerous security flaws has been exposed.[20]

In April and May 2017, about one million users of Gmail (less than 0.1% of users as of May 2017) were targeted by an OAuth-based phishing attack, receiving an email purporting to be from a colleague, employer or friend wanting to share a document on Google Docs.[21] Those who clicked on the link within the email were directed to sign in and allow a potentially malicious third-party program called "Google Apps" to access their "email account, contacts and online documents".[21] Within "approximately one hour",[21] the phishing attack was stopped by Google, who advised those who had given "Google Apps" access to their email to revoke such access and change their passwords.

In the draft of OAuth 2.1 the use of the PKCE (RFC 7636) extension for native apps has been recommended to all kinds of OAuth clients, including web applications and other confidential clients in order to prevent malicious browser extensions from performing OAuth 2.0 code injection attacks.[10]

Types

OAuth framework specifies several grant types for different use cases. Some of the most common OAuth grant types are:[22]

  • Authorization Code
  • PKCE
  • Client Credentials
  • Device Code
  • Refresh Token
  • Resource Owner Password Credentials (ROPC)

Uses

Facebook's Graph API only supports OAuth 2.0.[23] Google supports OAuth 2.0 as the recommended authorization mechanism for all of its APIs.[24] Microsoft also supports OAuth 2.0 for various APIs and its Azure Active Directory service,[25] which is used to secure many Microsoft and third party APIs.

OAuth can be used as an authorizing mechanism to access secured RSS/Atom feeds. Access to RSS/ATOM feeds that require authentication has always been an issue. For example, an RSS feed from a secured Google Site could not have been accessed using Google Reader. Instead, three-legged OAuth would have been used to authorize that RSS client to access the feed from the Google Site.

Free software client implementations of the OAuth2 protocol such as the LibreOffice OAuth2OOo extension will allow you to access remote resources (ie: via the Google API or the Microsoft Graph API and OAuth 2.0) and possibly even with the LibreOffice Basic language. This makes it very easy to write and use HTTP requests supporting the OAuth 2.0 protocol in LibreOffice macros.

OAuth and other standards

OAuth is a service that is complementary to and distinct from OpenID. OAuth is unrelated to OATH, which is a reference architecture for authentication, not a standard for authorization. However, OAuth is directly related to OpenID Connect (OIDC), since OIDC is an authentication layer built on top of OAuth 2.0. OAuth is also unrelated to XACML, which is an authorization policy standard. OAuth can be used in conjunction with XACML, where OAuth is used for ownership consent and access delegation whereas XACML is used to define the authorization policies (e.g., managers can view documents in their region).

OpenID vis-à-vis pseudo-authentication using OAuth

OAuth is an authorization protocol, rather than an authentication protocol. Using OAuth on its own as an authentication method may be referred to as pseudo-authentication.[26] The following diagrams highlight the differences between using OpenID (specifically designed as an authentication protocol) and OAuth for authorization.

The communication flow in both processes is similar:

  1. (Not pictured) The user requests a resource or site login from the application.
  2. The site sees that the user is not authenticated. It formulates a request for the identity provider, encodes it, and sends it to the user as part of a redirect URL.
  3. The user's browser makes a request to the redirect URL for the identity provider, including the application's request
  4. If necessary, the identity provider authenticates the user (perhaps by asking them for their username and password)
  5. Once the identity provider is satisfied that the user is sufficiently authenticated, it processes the application's request, formulates a response, and sends that back to the user along with a redirect URL back to the application.
  6. The user's browser requests the redirect URL that goes back to the application, including the identity provider's response
  7. The application decodes the identity provider's response, and carries on accordingly.
  8. (OAuth only) The response includes an access token which the application can use to gain direct access to the identity provider's services on the user's behalf.

The crucial difference is that in the OpenID authentication use case, the response from the identity provider is an assertion of identity; while in the OAuth authorization use case, the identity provider is also an API provider, and the response from the identity provider is an access token that may grant the application ongoing access to some of the identity provider's APIs, on the user's behalf. The access token acts as a kind of "valet key" that the application can include with its requests to the identity provider, which prove that it has permission from the user to access those APIs.

Because the identity provider typically (but not always) authenticates the user as part of the process of granting an OAuth access token, it is tempting to view a successful OAuth access token request as an authentication method itself. However, because OAuth was not designed with this use case in mind, making this assumption can lead to major security flaws.[27]

OpenID vs. pseudo-authentication using OAuth

OAuth and XACML

XACML is a policy-based, attribute-based access control authorization framework. It provides:

  • An access control architecture.
  • A policy language with which to express a wide range of access control policies including policies that can use consents handled / defined via OAuth.
  • A request / response scheme to send and receive authorization requests.

XACML and OAuth can be combined to deliver a more comprehensive approach to authorization. OAuth does not provide a policy language with which to define access control policies. XACML can be used for its policy language.

Where OAuth focuses on delegated access (I, the user, grant Twitter access to my Facebook wall), and identity-centric authorization, XACML takes an attribute-based approach which can consider attributes of the user, the action, the resource, and the context (who, what, where, when, how). With XACML it is possible to define policies such as

  • Managers can view documents in their department
  • Managers can edit documents they own in draft mode

XACML provides more fine-grained access control than OAuth does. OAuth is limited in granularity to the coarse functionality (the scopes) exposed by the target service. As a result, it often makes sense to combine OAuth and XACML together where OAuth will provide the delegated access use case and consent management and XACML will provide the authorization policies that work on the applications, processes, and data.

Lastly, XACML can work transparently across multiple stacks (APIs, web SSO, ESBs, home-grown apps, databases...). OAuth focuses exclusively on HTTP-based apps.

Controversy

Eran Hammer resigned from his role of lead author for the OAuth 2.0 project, withdrew from the IETF working group, and removed his name from the specification in July 2012. Hammer cited a conflict between web and enterprise cultures as his reason for leaving, noting that IETF is a community that is "all about enterprise use cases" and "not capable of simple". "What is now offered is a blueprint for an authorization protocol", he noted, "that is the enterprise way", providing a "whole new frontier to sell consulting services and integration solutions".[28] In comparing OAuth 2.0 with OAuth 1.0, Hammer points out that it has become "more complex, less interoperable, less useful, more incomplete, and most importantly, less secure". He explains how architectural changes for 2.0 unbound tokens from clients, removed all signatures and cryptography at a protocol level and added expiring tokens (because tokens could not be revoked) while complicating the processing of authorization. Numerous items were left unspecified or unlimited in the specification because "as has been the nature of this working group, no issue is too small to get stuck on or leave open for each implementation to decide."[28]

David Recordon later also removed his name from the specifications for unspecified reasons.[citation needed] Dick Hardt took over the editor role, and the framework was published in October 2012.[2]

David Harris, author of the email client Pegasus Mail, has criticised OAuth 2.0 as "an absolute dog's breakfast", requiring developers to write custom modules specific to each service (Gmail, Microsoft Mail services, etc.), and to register specifically with them.[29]

See also

References

  1. ^ "Open Authorization - Glossary | CSRC". NIST Computer Security Resource Center.
  2. ^ a b c d Hardt, Dick (October 2012). Hardt, D (ed.). "RFC6749 - The OAuth 2.0 Authorization Framework". Internet Engineering Task Force. doi:10.17487/RFC6749. Archived from the original on 15 October 2012. Retrieved 10 October 2012.
  3. ^ Whitson, Gordon. "Understanding OAuth: What Happens When You Log Into a Site with Google, Twitter, or Facebook". Lifehacker. Archived from the original on 24 April 2014. Retrieved 15 May 2016.
  4. ^ Henry, Gavin (January 2020). "Justin Richer on OAuth". IEEE Software. 37 (1): 98–100. doi:10.1109/MS.2019.2949648. ISSN 0740-7459.
  5. ^ "Amazon & OAuth 2.0". Archived from the original on 8 December 2017. Retrieved 15 December 2017.
  6. ^ "Introduction". OAuth Community Site. Archived from the original on 21 November 2018. Retrieved 21 November 2018.
  7. ^ "OAuth Core 1.0". 4 December 2007. Archived from the original on 25 November 2015. Retrieved 16 October 2014.
  8. ^ Chris Crum (31 August 2010). "Twitter Apps Go OAuth Today". WebProNews. Archived from the original on 31 July 2017. Retrieved 31 July 2017.
  9. ^ Jones, Michael; Hardt, Dick (October 2012). "RFC6750 - The OAuth 2.0 Authorization Framework: Bearer Token Usage". Internet Engineering Task Force. doi:10.17487/RFC6750. Archived from the original on 15 October 2012. Retrieved 10 October 2012.
  10. ^ a b Lodderstedt, Torsten; Hardt, Dick; Parecki, Aaron (15 November 2024). "The OAuth 2.1 Authorization Framework". tools.ietf.org. Retrieved 19 December 2024.
  11. ^ "OAuth Security Advisory: 2009.1". OAuth Community Site. 23 April 2009. Archived from the original on 27 May 2016. Retrieved 23 April 2009.
  12. ^ "OAuth Core 1.0a". OAuth Community Site. Archived from the original on 30 June 2009. Retrieved 17 July 2009.
  13. ^ Lodderstedt, Torsten; McGloin, Mark; Hunt, Phil (January 2013). Lodderstedt, T (ed.). "RFC6819 - OAuth 2.0 Threat Model and Security Considerations". Internet Engineering Task Force. doi:10.17487/RFC6819. Archived from the original on 30 June 2020. Retrieved 29 June 2020.[rfc:6819 OAuth 2.0 Threat Model and Security Considerations]. Internet Engineering Task Force. Accessed January 2015.
  14. ^ "OAuth Security Advisory: 2014.1 "Covert Redirect"". OAuth Community Site. 4 May 2014. Archived from the original on 21 November 2015. Retrieved 10 November 2014.
  15. ^ "Serious security flaw in OAuth, OpenID discovered". CNET. 2 May 2014. Archived from the original on 2 November 2015. Retrieved 10 November 2014.
  16. ^ "Math student detects OAuth, OpenID security vulnerability". Phys.org. 3 May 2014. Archived from the original on 6 November 2015. Retrieved 11 November 2014.
  17. ^ "Covert Redirect". Tetraph. 1 May 2014. Archived from the original on 10 March 2016. Retrieved 10 November 2014.
  18. ^ a b Fett, Daniel; Küsters, Ralf; Schmitz, Guido (2016). "A Comprehensive Formal Security Analysis of OAuth 2.0". Proceedings of the 2016 ACM SIGSAC Conference on Computer and Communications Security. New York, New York, USA: ACM Press. pp. 1204–1215. arXiv:1601.01229. Bibcode:2016arXiv160101229F. doi:10.1145/2976749.2978385. ISBN 9781450341394. S2CID 1723789.
  19. ^ Bradley, John; Labunets, Andrey; Lodderstedt, Torsten; Fett, Daniel (8 July 2019). "OAuth 2.0 Security Best Current Practice". Internet Engineering Task Force. Archived from the original on 17 January 2020. Retrieved 29 July 2019.
  20. ^ "Hacking Facebook with OAuth 2.0 and Chrome". 12 February 2013. Archived from the original on 23 April 2016. Retrieved 6 March 2013.
  21. ^ a b c "Google Docs phishing email 'cost Minnesota $90,000'". BBC News. 8 May 2017. Archived from the original on 30 June 2020. Retrieved 29 June 2020.
  22. ^ "Oauth Grant Types". Oauth.net. Retrieved 6 December 2023.
  23. ^ "Authentication - Facebook Developers". Facebook for Developers. Archived from the original on 23 January 2014. Retrieved 5 January 2020.
  24. ^ "Using OAuth 2.0 to Access Google APIs | Google Identity Platform". Google Developers. Archived from the original on 4 January 2020. Retrieved 4 January 2020.
  25. ^ "v2.0 Protocols - OAuth 2.0 Authorization Code Flow". Microsoft Docs. Archived from the original on 29 June 2020. Retrieved 29 June 2020.
  26. ^ "An Introduction to OAuth2 Authentication". Akamai Connected Cloud. 22 October 2021. Retrieved 18 April 2024.
  27. ^ "End User Authentication with OAuth 2.0". OAuth Community Site. Archived from the original on 19 November 2015. Retrieved 8 March 2016.
  28. ^ a b Hammer, Eran (28 July 2012). "OAuth 2.0 and the Road to Hell". Hueniverse. Archived from the original on 25 March 2013. Retrieved 17 January 2018.
  29. ^ Harris, David (October 2021). "October 2021 - Updates and reassurances". Pegasus Mail. Retrieved 19 December 2024.

Read other articles:

1937 airship fire LZ 129 HindenburgPhotograph of the Hindenburg descending in flamesAccidentDateMay 6, 1937SummaryCaught fire during landing; cause undeterminedSiteNAS Lakehurst, Manchester Township, New Jersey, U.S. 40°01′49″N 74°19′33″W / 40.03035°N 74.32575°W / 40.03035; -74.32575Total fatalities36AircraftAircraft typeHindenburg-class airshipAircraft nameHindenburgOperatorDeutsche Zeppelin-ReedereiRegistrationD-LZ129Flight originFrankfurt am Ma...

 

 

North American XB-21 North American XB-21 Tipo Bombardero medioFabricante North American AviationPrimer vuelo 22 de diciembre de 1936Usuario principal Cuerpo Aéreo del Ejército de los Estados UnidosN.º construidos 1 (prototipo)Coste unitario 122 600 USDDesarrollado en North American B-25 Mitchell[editar datos en Wikidata] El North American XB-21 fue un prototipo de bombardero evaluado por el Cuerpo Aéreo del Ejército de los Estados Unidos en 1937, pero nunca producido en serie....

 

 

Ini adalah nama Melayu; nama Ayub merupakan patronimik, bukan nama keluarga, dan tokoh ini dipanggil menggunakan nama depannya, Salahuddin. Yang Berhormat Datuk SeriSalahuddin AyubDGSM DSPN AP ADUNصلاح الدين بن أيوبMenteri Perdagangan Dalam Negeri dan Biaya HidupMasa jabatan3 Desember 2022 – 23 Juli 2023Penguasa monarkiAl-Sultan AbdullahPerdana MenteriAnwar IbrahimWakilFuziah SallehPendahuluAlexander Nanta Linggi (Menteri Perdagangan Dalam Negeri dan Urusan Konsumer)...

Joachim Murat, Raja Napoli, Marsekal Napoleon Joachim Napoléon Murat, Raja Napoli dan Sisilia, Adipati Berg dan Cleves (terlahir dengan nama Joachim Murat) (bahasa Italia: Gioacchino Murat, 25 Maret 1767 – 13 Oktober 1815), adalah seorang Marsekal Napoleon, dan juga Raja Napoli dan Sisilia mulai tahun 1808 hingga 1815. Dia memperoleh gelar ini karena menjadi saudara ipar Napoleon Bonaparte, menikah dengan saudara perempuan Napoleon yang paling kecil (Caroline Bonaparte). Lihat pula Daftar ...

 

 

For other uses, see The Shadow Line (disambiguation). This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: Shadowline – news · newspapers · books · scholar · JSTOR (November 2019) (Learn how and when to remove this template message) ShadowlineParent companyImage Comics (technically a sister company)Founded1993Fou...

 

 

Un cuerpo que cumple la ley de Stokes se ve sometido a dos fuerzas, la gravitatoria y la de arrastre. En el momento que ambas se igualan su aceleración se vuelve nula y su velocidad constante. La ley de Stokes proporciona la fuerza de fricción experimentada por objetos esféricos moviéndose en el seno de un fluido viscoso en un régimen laminar de número de Reynolds pequeño. Etimología Fue deducida en 1851 por George Gabriel Stokes tras resolver un caso particular de las ecuaciones de N...

Perkara genosida BosniaSidang terhadap Mladić yang adalah salah satu terdakwa dalam kasus kejahatan genosida Bosnia di tahun 1990-anPengadilanPengadilan Kriminal Internasional untuk Yugoslavia Terdahulu (ICTY)Pengadilan Bosnia dan HerzegovinaPengadilan JermanPengadilan AustriaPengadilan BelandaPengadilan SerbiaPengadilan SwissMahkamah Keadilan InternasionalMahkamah Hak Asasi Manusia EropaAlur perkaraTindakan seterusnyaBanding putusan, vonis hukuman beberapa tahun hingga seumur hidupKata kunc...

 

 

Gene ColanColan dalam acara Big Apple Summer Sizzler di Manhattan pada 13 Juni 2009LahirEugene Jules Colan(1926-09-01)1 September 1926The Bronx, New YorkMeninggal23 Juni 2011(2011-06-23) (umur 84)The Bronx, New YorkNegaraAmerikaAreaPemensil, PenintaAliasAdam AustinKarya terkenalDaredevilBatman, Detective ComicsDoctor StrangeHoward the DuckThe Tomb of DraculaPenghargaanEagle Award, 1977, 1979Eisner Award, 2010PasanganSallee Greenberg (bercerai)Adrienne Colan (Brickman) Eugene Jules Colan (/

 

 

هذه المقالة بحاجة لصندوق معلومات. فضلًا ساعد في تحسين هذه المقالة بإضافة صندوق معلومات مخصص إليها. نشأت كلية المجتمع بالمجمعة عام 1425هـ، وتعد حاليا إحدى كليات جامعة المجمعة، التي تقع في محافظة المجمعة (وهي إحدى محافظات شمال الرياض) في المملكة العربية السعودية. وتضم الكلية ثل

Tha Chalom Railway Halt Tha Chalom (Thai: ท่าฉลอม, pronounced [tʰâː t͡ɕʰā.lɔ̌ːm]) is a historic tambon (sub-district) of Mueang Samut Sakhon District, Samut Sakhon Province, central Thailand. Its name is also a name of surrounding area. History Tha Chalom has a history that goes back to the middle Ayutthaya period during the reign of King Maha Chakkraphat when he established Ban Tha Chin (บ้านท่าจีน) as a town in those days. Tha Chalom and M...

 

 

This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: Drakensang: The River of Time – news · newspapers · books · scholar · JSTOR (June 2011) (Learn how and when to remove this template message) 2010 video gameDrakensang: The River of TimeDeveloper(s)Radon LabsPublisher(s)dtp entertainment (DE) THQ (NA)Director(s)...

 

 

The grade II listed 1904 façade of Queen's College on Paradise Street A front view of Paradise Street Paradise Street is a short street in the core area of Birmingham City Centre, in England. Paradise Street runs roughly from Victoria Square to Suffolk Street and Broad Street. The street existed in 1796 when a congregation gathered at a meeting hall for a sermon. The original Queen's College in Paradise Street Paradise Street is noted as the location of Birmingham Town Hall (started in 1832)...

Possible future digital logic technologies Beyond CMOS refers to the possible future digital logic technologies beyond the CMOS scaling limits[1][2][3][4] which limits device density and speeds due to heating effects.[5] Beyond CMOS is the name of one of the 7 focus groups in ITRS 2.0 (2013) and in its successor, the International Roadmap for Devices and Systems. CPU Clock Scaling CPUs using CMOS were released from 1986 (e.g. 12 MHz Intel 80386). A...

 

 

Market town in Lincolnshire, England Human settlement in EnglandSpaldingThe River Welland passing through SpaldingSpaldingLocation within LincolnshirePopulation34,113 (2017 est.)OS grid referenceTF245225• London90 mi (140 km) NDistrictSouth HollandShire countyLincolnshireRegionEast MidlandsCountryEnglandSovereign stateUnited KingdomAreas of the town List CrosshousesLittle LondonLow FulneyPinchbeckPode HoleSpalding CommonSurfleetWest PinchbeckWest...

 

 

United States historic placeSimon Gratz High SchoolU.S. National Register of Historic Places Show map of PhiladelphiaShow map of PennsylvaniaShow map of the United StatesLocation3901–3961 N. 18th St., Philadelphia, PennsylvaniaCoordinates40°0′47.39″N 75°9′23.97″W / 40.0131639°N 75.1566583°W / 40.0131639; -75.1566583Area2.6 acres (1.1 ha)Built1925ArchitectIrwin T. CatharineArchitectural styleLate Gothic RevivalMPSPhiladelphia Public Schools TRNRH...

Three wars between the Roman Republic and the Samnites in Central Italy, 343–290 BC Samnite WarsRoman expansion in Italy from 500 BC to 218 BC through the Latin War (light red), Samnite Wars (pink/orange), Pyrrhic War (beige), and First and Second Punic War (yellow and green). Cisalpine Gaul (238-146 BC) and Alpine valleys (16-7 BC) were later added. The Roman Republic in 500 BC is marked with dark redDate 1st: 343–341 BC 2nd: 326–304 BC 3rd: 298–290 BC LocationCentral Italy and parts...

 

 

1580–1898 Spanish possession in the Caribbean This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: Captaincy General of Puerto Rico – news · newspapers · books · scholar · JSTOR (July 2010) (Learn how and when to remove this template message) Captaincy General of Puerto RicoCapitanía General de Puerto Rico1580...

 

 

TALK WORKSHOP ABOUT CONTRIBUTIONS Skip to table of contents This is IHelpWhenICan's talk page, where you can send him messages and comments. Put new text under old text. Click here to start a new topic. New to Wikipedia? Welcome! Learn to edit; get help. Assume good faith Be polite and avoid personal attacks Be welcoming to newcomers Seek dispute resolution if needed Archives: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 Please note that this is a Wikipedia user page, not a Wikipedia ar...

Cet article est une ébauche concernant un homme politique canadien et la Nouvelle-Écosse. Vous pouvez partager vos connaissances en l’améliorant (comment ?) selon les recommandations des projets correspondants. Alistair FraserFonctionLieutenant-gouverneur de la Nouvelle-Écosse1952-1958John Alexander Douglas McCurdyEdward Chester PlowBiographieNaissance 15 mars 1885New GlasgowDécès 24 janvier 1964 (à 78 ans)New GlasgowNationalité canadienneFormation École de droit Schulic...

 

 

Political party in Bosnia and Herzegovina Bosnian Party Bosanska strankaPresidentMirnes AjanovićFounded9 May 1994; 30 years ago (1994-05-09)HeadquartersTuzlaIdeologyLeft-wing populismLiberalism[citation needed]Political positionLeft-wingHoR BiH0 / 42HoP BiH0 / 15HoR FBiH0 / 98HoP FBiH0 / 80NA RS0 / 83Websitehttps://boss.ba/Politics of Bosnia and HerzegovinaPolitical partiesElections The Bosnian Party (Bosanska stranka, BOSS) is a multi-ethnic left populist&...

 

 

Strategi Solo vs Squad di Free Fire: Cara Menang Mudah!