python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Kerb4j - How to get role name from SPNEGO Token?
I'm trying to get the role name from the SPNEGO token returned by Active Directory for use with Spring Security authorization. I'm using kerb4j to authenticate since my understanding is that it can g...
user8297969
Votes: 0
Answers: 1
SAML: javax.net.ssl.SSLPeerUnverifiedException: SSL peer failed hostname validation for name: null
I have integrated SAML 2.0 in my system and I’m using a third-party IDP file like https://login.microsoftonline.com/2ff66663a/federationmetadata/2007-06/federationmetadata.xml?appid=123.
securityConte...

Niranga Sandaruwan
Votes: 0
Answers: 0
Spring Boot oauth2 with local user database
I have implemented OIDC authentication in my Spring Boot web application by adding the spring-boot-starter-oauth2-client dependency and configuring OAuth2 client settings in application.properties.
In...
codeape
Votes: 0
Answers: 1
Vaadin: What is the Spring context of the Drop component?
I am using the 21 version of Vaadin. I have the following code, taken from an example from the Vaadin website
and slightly (purely beauty) modified by me. The remaining files are unchanged.
the codes ...
Andrew Miterev
Votes: 0
Answers: 0