OpenConext-oidc | OpenConext implementation of a OpenID Connect server | Authentication library
kandi X-RAY | OpenConext-oidc Summary
kandi X-RAY | OpenConext-oidc Summary
OpenConext implementation of a OpenID Connect server based on the MITREid Connect server. Connect to your local mysql database: mysql -uroot.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Loads a user from a credential
- Extract attributes from a SAMLC credential
- Get the string value of an XML object
- Builds a user info object
- Handle the approved authorization request
- Form post view
- Gets the redirect view
- Checks if the client is blacklisted
- Checks if the request is black hole
- Write the OpenID configuration to the JSON file
- Generates a keystore
- Allow to set the user to UTF - 8
- Creates a PKCS12 encoded key store
- Delete client details entity
- Get health
- Handles a new clientDetails entity request
- Gets the SingleSignOnService
- Retrieves the values from the given OAuth2 token
- On authentication success
- Updates an existing client details entity
- Gets the profile options
- Start the client
- Return the JSON representation of the object
- Returns the base64 encoded message
- Clean up expired access tokens
- Retrieve a message from session
OpenConext-oidc Key Features
OpenConext-oidc Examples and Code Snippets
Community Discussions
Trending Discussions on OpenConext-oidc
QUESTION
The server i am deploying is this https://github.com/OpenConext/OpenConext-oidc , i am extending it's logout capabilities , (
Logout
etc).
Now i have a request , the logout is done using :
http:/www.example.com:8080/server app/saml/logout
,
i want to add parameters on the URL like this . http:/www.example.com:8080/server app/saml/logout?value=www.youtube.com
, so i can redirect to different pages the user .
For that purpose i have created a custom CustomLogoutSuccessHandler :
...ANSWER
Answered 2017-Aug-22 at 13:34Solution
1) Created a custom SAMLLogoutFilter (CustomSAMLLogoutFilter) and i am passing the url of the original request to the CustomLogoutHandler:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install OpenConext-oidc
You can use OpenConext-oidc like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the OpenConext-oidc component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page