I have a web application that is in Java. I am successful in authenticating the app via google as the OIDC provider. However, I want the application to connect to google's OIDC via hashicorp vault. I want vault to return an access_token along with the authorisation based on the policy set in vault. Is this possible with vault? I do not see any documentation on how an app can use vault with oidc and get the identity token of the user to the client application. Any help would be much appreciated. Thanks a lot in advance :)
How to get the ID token of user to a client application after logging in with Vault-OIDC method?
146 Views Asked by Nithin Teekaramanaa At
0
There are 0 best solutions below
Related Questions in HASHICORP-VAULT
- Using Hashicorp Vault for storage of client id and secret in OAuth2 Password Flow
- Use Hashicorp Vault with Ansible - plugin setup
- HashiCorp Vault sealing questions
- "Secret id missing" error while connecting to Vault using Spring cloud vault
- Spring Cloud Config with Git/Vault backend - token passthrough
- How does hashicorp Vault work for securing DB credentials?
- In Spring Cloud Server adds other properties to an existing environment
- Allowing access to Spring Anonymous REST API only through Single Page Application client
- What's the point of Spring Vault if token is kept statically?
- How to assign a vault policy to a ldap group/user
- How to fix "vault connection failed due to proxy issue" in spring-boot vault integration?
- Vault: enabling unauthenticated "public" resources
- Getting 403 on [secret/application] not resolvable Spring Vault configuration
- Consul UI does not show
- Hashicorp - vault service fails to start
Related Questions in SPRING-VAULT
- "Secret id missing" error while connecting to Vault using Spring cloud vault
- Override properties in bootstrap.yml
- Spring Cloud Config with Git/Vault backend - token passthrough
- Getting 403 on [secret/application] not resolvable Spring Vault configuration
- Vault. Spring. Unrecognized SSL message, plaintext connection/
- How to use AppRole authentication for Vault using Spring Boot?
- Unable to set Vault host in Spring Boot Config Server
- Support for SHA256withECDSAinP1363Format signing algorithm in hashicorp vault transit engine
- Create a wrapped Token to access Hashicorp Vault | Spring Boot
- Unable to access secrets from Hashicorp Vault Cubbyhole | Spring Boot
- Customise ObjectMapper to serialise LocalDateTime properly
- Spring boot cannot read Vault secret: IllegalArgumentException Could not resolve placeholder
- How to get the ID token of user to a client application after logging in with Vault-OIDC method?
- Spring cloud config and Vault Integration
- Error with Spring AppRoleAuthentication - URI is not absolute
Related Questions in VAULT
- Vault OIDC with google, how to restrict roles to specific groups
- Consul HA ACL init fail on OpenShift
- How to get WSUS server details from CyberArk Vault server?
- hashicorp vault agent template fails when starts with "no known secret ID"
- Support for SHA256withECDSA signing algorithm in hashicorp vault transit sign api
- Unable to set Vault host in Spring Boot Config Server
- Unprivileged user under vault
- Support for SHA256withECDSAinP1363Format signing algorithm in hashicorp vault transit engine
- How to create a Key Vault managed storage account?
- Unable to disable signups for Vaultwarden
- Renew vault token
- Terraform how to set "Public network access" Deny service Azure Recovery Service Vault
- Hashicorp vault custom plugin unsupported path
- Getting Vault secret_id for approle in Kubernetes
- How to connect Vault with Spring Boot
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?