Skip to content

KaveeshaPiumini/identity-inbound-auth-oauth

This branch is 1 commit ahead of, 26 commits behind wso2-extensions/identity-inbound-auth-oauth:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 1, 2024
Jan 29, 2025
Jan 23, 2025
Jan 23, 2025
Jan 23, 2025
Dec 1, 2021
Jul 31, 2019
Feb 29, 2016
Mar 3, 2023
Sep 18, 2024
Sep 26, 2017
Jan 23, 2025
Oct 3, 2017

Repository files navigation

identity-inbound-auth-oauth

Building from the source

If you want to build identity-inbound-auth-oauth from the source code:

  1. Install Java 11 (or Java 17)
  2. Install Apache Maven 3.x.x (https://maven.apache.org/download.cgi#)
  3. Get a clone or download the source from this repository (https://github.com/wso2-extensions/identity-inbound-auth-oauth)
  4. Run the Maven command mvn clean install from the identity-inbound-auth-oauth directory.

ℹ️ Important note for Mac (with Apple Silicon) users

There are JDKs that target different types of architectures available to download for macOS. The test class NTLMAuthenticationGrantHandlerTest (in components/org.wso2.carbon.identity.oauth/src/test/java/org/wso2/carbon/identity/oauth2/token/handlers/grant/iwa/ntlm/NTLMAuthenticationGrantHandlerTest.java) will throw an UnsatisfiedLinkError if the installed JDK in your machine targets the aarch64 (ARM) architecture. Therefore, if you want to run the test class NTLMAuthenticationGrantHandlerTest please make sure that a JDK that targets x64 architecture is installed in your machine.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.8%
  • HTML 0.2%