Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mefarazath/samlcustomassertionbuilder


https://github.com/mefarazath/samlcustomassertionbuilder

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# SAML Custom Assertion Builder
---
This component allows to retrieve claims from a custom attribute store when building the SAML authentication response.

## Building From Source

Clone this repository first (`https://github.com/mefarazath/SAMLCustomAssertionBuilder.git`)

Use maven install to build
`mvn clean install`.

## Deploying to IS 5.3.0

* Copy **org.wso2.custom.extensions.saml.assertion.builder-1.0.0.jar** file to **wso2is-5.3.0/repository/components/dropins**
folder
* Update the tag in wso2is-5.3.0/repository/conf/identity/identity.xml as follows,
````xml
org.wso2.custom.saml.assertion.builder.SAMLCustomAssertionBuilder
````